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
9957 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_swapcase()9983 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_upper_or_lower()
1120 PyAPI_FUNC(int) _PyUnicode_ToUpperFull(