Searched refs:_PyUnicode_IsCased (Results 1 – 3 of 3) sorted by relevance
274 int _PyUnicode_IsCased(Py_UCS4 ch) in _PyUnicode_IsCased() function
10167 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()
1121 PyAPI_FUNC(int) _PyUnicode_IsCased(