Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_unicodeobject.h22 extern int _PyUnicode_ToTitleFull(Py_UCS4 ch, Py_UCS4 *res);
/external/python/cpython3/Objects/
Dunicodectype.c225 int _PyUnicode_ToTitleFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToTitleFull() function
Dunicodeobject.c9560 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_capitalize()
9666 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_title()
/external/python/cpython3/Doc/data/
Dpython3.13.abi10228 …<function-decl name='_PyUnicode_ToTitleFull' filepath='./Include/internal/pycore_unicodeobject.h' …