Searched refs:_PyUnicode_ToLowerFull (Results 1 – 4 of 4) sorted by relevance
209 int _PyUnicode_ToLowerFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToLowerFull() function269 return _PyUnicode_ToLowerFull(ch, res); in _PyUnicode_ToFoldedFull()
9549 return _PyUnicode_ToLowerFull(c, mapped); in lower_ucs4()
21 extern int _PyUnicode_ToLowerFull(Py_UCS4 ch, Py_UCS4 *res);
10223 …<function-decl name='_PyUnicode_ToLowerFull' filepath='./Include/internal/pycore_unicodeobject.h' …