Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c130 int _PyUnicode_IsLowercase(Py_UNICODE ch) in _PyUnicode_IsLowercase() function
190 int _PyUnicode_IsLowercase(Py_UNICODE ch) in _PyUnicode_IsLowercase() function
/external/python/cpython2/Include/
Dunicodeobject.h221 # define _PyUnicode_IsLowercase _PyUnicodeUCS2_IsLowercase macro
308 # define _PyUnicode_IsLowercase _PyUnicodeUCS4_IsLowercase macro