Searched refs:_PyUnicode_ToLowerFull (Results 1 – 3 of 3) sorted by relevance
211 int _PyUnicode_ToLowerFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToLowerFull() function271 return _PyUnicode_ToLowerFull(ch, res); in _PyUnicode_ToFoldedFull()
9716 return _PyUnicode_ToLowerFull(c, mapped); in lower_ucs4()
2202 PyAPI_FUNC(int) _PyUnicode_ToLowerFull(