Searched refs:_PyUnicode_ToUpperFull (Results 1 – 3 of 3) sorted by relevance
243 int _PyUnicode_ToUpperFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToUpperFull() function
9727 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_capitalize()9754 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_swapcase()9780 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_upper_or_lower()
2212 PyAPI_FUNC(int) _PyUnicode_ToUpperFull(