Searched refs:_PyUnicode_ToTitleFull (Results 1 – 4 of 4) sorted by relevance
22 extern int _PyUnicode_ToTitleFull(Py_UCS4 ch, Py_UCS4 *res);
225 int _PyUnicode_ToTitleFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToTitleFull() function
9560 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_capitalize()9666 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_title()
10228 …<function-decl name='_PyUnicode_ToTitleFull' filepath='./Include/internal/pycore_unicodeobject.h' …