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.c9727 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()
/external/python/cpython3/Include/
Dunicodeobject.h2212 PyAPI_FUNC(int) _PyUnicode_ToUpperFull(