Home | History | Annotate | Download | only in Include

Lines Matching refs:_PyUnicode_IsUppercase

224 # define _PyUnicode_IsUppercase _PyUnicodeUCS2_IsUppercase
311 # define _PyUnicode_IsUppercase _PyUnicodeUCS4_IsUppercase
367 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch)
1353 PyAPI_FUNC(int) _PyUnicode_IsUppercase(