Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c76 int _PyUnicode_IsTitlecase(Py_UCS4 ch) in _PyUnicode_IsTitlecase() function
/third_party/python/Include/cpython/
Dunicodeobject.h29 #define Py_UNICODE_ISTITLE(ch) _PyUnicode_IsTitlecase(ch)
1065 PyAPI_FUNC(int) _PyUnicode_IsTitlecase(