Home
last modified time | relevance | path

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

/third_party/python/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.c10188 return _PyUnicode_ToLowerFull(c, mapped); in lower_ucs4()
/third_party/python/Include/cpython/
Dunicodeobject.h1097 PyAPI_FUNC(int) _PyUnicode_ToLowerFull(