Home
last modified time | relevance | path

Searched refs:_PyUnicode_ToUpperFull (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/
Dunicodectype.c243 int _PyUnicode_ToUpperFull(Py_UCS4 ch, Py_UCS4 *res) in _PyUnicode_ToUpperFull() function
Dunicodeobject.c9957 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_swapcase()
9983 n_res = _PyUnicode_ToUpperFull(c, mapped); in do_upper_or_lower()
/external/python/cpython3/Include/cpython/
Dunicodeobject.h1120 PyAPI_FUNC(int) _PyUnicode_ToUpperFull(