Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c227 int _PyUnicode_ToTitleFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToTitleFull() function
Dunicodeobject.c10199 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_capitalize()
10305 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_title()
/third_party/python/Include/cpython/
Dunicodeobject.h1102 PyAPI_FUNC(int) _PyUnicode_ToTitleFull(