Home
last modified time | relevance | path

Searched refs:_PyUnicode_ToLowerFull (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dunicodectype.c211 int _PyUnicode_ToLowerFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToLowerFull() function
271 return _PyUnicode_ToLowerFull(ch, res); in _PyUnicode_ToFoldedFull()
Dunicodeobject.c9716 return _PyUnicode_ToLowerFull(c, mapped); in lower_ucs4()
/external/python/cpython3/Include/
Dunicodeobject.h2202 PyAPI_FUNC(int) _PyUnicode_ToLowerFull(