Home
last modified time | relevance | path

Searched refs:_PyUnicode_ToLowercase (Results 1 – 2 of 2) 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(