Home
last modified time | relevance | path

Searched defs:Py_UNICODE_ISUPPER (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h337 #define Py_UNICODE_ISUPPER(ch) iswupper(ch) macro
367 #define Py_UNICODE_ISUPPER(ch) _PyUnicode_IsUppercase(ch) macro