Home
last modified time | relevance | path

Searched refs:Py_UNICODE_TOUPPER (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Include/cpython/
H A Dunicodeobject.h33 #define Py_UNICODE_TOUPPER(ch) _PyUnicode_ToUppercase(ch) macro
/third_party/python/Modules/_sre/
H A Dsre.c136 return (unsigned int) Py_UNICODE_TOUPPER(ch); in sre_upper_unicode()

Completed in 5 milliseconds