Searched defs:_PyUnicode_IsUppercase (Results 1 - 3 of 3) sorted by relevance

/external/python/cpython2/Objects/
H A Dunicodectype.c140 int _PyUnicode_IsUppercase(Py_UNICODE ch) function
195 int _PyUnicode_IsUppercase(Py_UNICODE ch) function
/external/python/cpython3/Objects/
H A Dunicodectype.c180 int _PyUnicode_IsUppercase(Py_UCS4 ch) function
/external/python/cpython2/Include/
H A Dunicodeobject.h224 # define _PyUnicode_IsUppercase _PyUnicodeUCS2_IsUppercase macro
311 # define _PyUnicode_IsUppercase _PyUnicodeUCS4_IsUppercase macro
367 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch)
1353 PyAPI_FUNC(int) _PyUnicode_IsUppercase(

Completed in 221 milliseconds