Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c140 int _PyUnicode_IsUppercase(Py_UNICODE ch) in _PyUnicode_IsUppercase() function
195 int _PyUnicode_IsUppercase(Py_UNICODE ch) in _PyUnicode_IsUppercase() function
/external/python/cpython2/Include/
Dunicodeobject.h224 # define _PyUnicode_IsUppercase _PyUnicodeUCS2_IsUppercase macro
311 # define _PyUnicode_IsUppercase _PyUnicodeUCS4_IsUppercase macro