Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c202 Py_UCS4 _PyUnicode_ToLowercase(Py_UCS4 ch) in _PyUnicode_ToLowercase() function
/third_party/python/Include/cpython/
Dunicodeobject.h32 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
1085 /* Py_DEPRECATED(3.3) */ PyAPI_FUNC(Py_UCS4) _PyUnicode_ToLowercase(