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