Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodectype.c274 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased() function
Dunicodeobject.c9695 final_sigma = j >= 0 && _PyUnicode_IsCased(c); in handle_capital_sigma()
9702 final_sigma = j == length || !_PyUnicode_IsCased(c); in handle_capital_sigma()
9840 previous_is_cased = _PyUnicode_IsCased(c); in do_title()
/external/python/cpython3/Include/
Dunicodeobject.h2226 PyAPI_FUNC(int) _PyUnicode_IsCased(