Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c170 int _PyUnicode_IsLowercase(Py_UCS4 ch) in _PyUnicode_IsLowercase() function
/third_party/python/Include/cpython/
Dunicodeobject.h27 #define Py_UNICODE_ISLOWER(ch) _PyUnicode_IsLowercase(ch)
1057 PyAPI_FUNC(int) _PyUnicode_IsLowercase(