Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodectype.c164 Py_UNICODE _PyUnicode_ToLowercase(Py_UNICODE ch) in _PyUnicode_ToLowercase() function
200 Py_UNICODE _PyUnicode_ToLowercase(Py_UNICODE ch) in _PyUnicode_ToLowercase() function
/external/python/cpython2/Include/
Dunicodeobject.h228 # define _PyUnicode_ToLowercase _PyUnicodeUCS2_ToLowercase macro
315 # define _PyUnicode_ToLowercase _PyUnicodeUCS4_ToLowercase macro
371 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
1369 PyAPI_FUNC(Py_UNICODE) _PyUnicode_ToLowercase(
/external/python/cpython3/Objects/
Dunicodectype.c202 Py_UCS4 _PyUnicode_ToLowercase(Py_UCS4 ch) in _PyUnicode_ToLowercase() function
/external/python/cpython3/Include/cpython/
Dunicodeobject.h32 #define Py_UNICODE_TOLOWER(ch) _PyUnicode_ToLowercase(ch)
1098 /* Py_DEPRECATED(3.3) */ PyAPI_FUNC(Py_UCS4) _PyUnicode_ToLowercase(