Searched defs:Py_UNICODE_ISLOWER (Results 1 – 2 of 2) sorted by relevance
336 #define Py_UNICODE_ISLOWER(ch) iswlower(ch) macro366 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) macro
128 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch) macro