Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c209 int _PyUnicode_ToLowerFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToLowerFull() function
269 return _PyUnicode_ToLowerFull(ch, res); in _PyUnicode_ToFoldedFull()
Dunicodeobject.c9549 return _PyUnicode_ToLowerFull(c, mapped); in lower_ucs4()
/external/python/cpython3/Include/internal/
Dpycore_unicodeobject.h21 extern int _PyUnicode_ToLowerFull(Py_UCS4 ch, Py_UCS4 *res);
/external/python/cpython3/Doc/data/
Dpython3.13.abi10223 …<function-decl name='_PyUnicode_ToLowerFull' filepath='./Include/internal/pycore_unicodeobject.h' …