Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c227 int _PyUnicode_ToTitleFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToTitleFull() function
Dunicodeobject.c9833 n_res = _PyUnicode_ToTitleFull(c, mapped); in do_title()
/external/python/cpython3/Include/
Dunicodeobject.h2207 PyAPI_FUNC(int) _PyUnicode_ToTitleFull(