Home
last modified time | relevance | path

Searched refs:_PyUnicode_ToTitlecase (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dunicodectype.c64 Py_UCS4 _PyUnicode_ToTitlecase(Py_UCS4 ch) in _PyUnicode_ToTitlecase() function
/third_party/python/Include/cpython/
Dunicodeobject.h34 #define Py_UNICODE_TOTITLE(ch) _PyUnicode_ToTitlecase(ch)
1093 Py_DEPRECATED(3.3) PyAPI_FUNC(Py_UCS4) _PyUnicode_ToTitlecase(