Home
last modified time | relevance | path

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

/external/python/cpython3/Include/internal/
Dpycore_unicodeobject.h26 extern int _PyUnicode_IsCased(Py_UCS4 ch);
/external/python/cpython3/Objects/
Dunicodectype.c272 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased() function
Dunicodeobject.c9528 final_sigma = j >= 0 && _PyUnicode_IsCased(c); in handle_capital_sigma()
9535 final_sigma = j == length || !_PyUnicode_IsCased(c); in handle_capital_sigma()
9673 previous_is_cased = _PyUnicode_IsCased(c); in do_title()
/external/python/cpython3/Doc/data/
Dpython3.13.abi10247 …<function-decl name='_PyUnicode_IsCased' filepath='./Include/internal/pycore_unicodeobject.h' line…