Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodectype.c274 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased() function
Dunicodeobject.c10167 final_sigma = j >= 0 && _PyUnicode_IsCased(c); in handle_capital_sigma()
10174 final_sigma = j == length || !_PyUnicode_IsCased(c); in handle_capital_sigma()
10312 previous_is_cased = _PyUnicode_IsCased(c); in do_title()
/third_party/python/Include/cpython/
Dunicodeobject.h1121 PyAPI_FUNC(int) _PyUnicode_IsCased(