Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9708 lower_ucs4(int kind, void *data, Py_ssize_t length, Py_ssize_t i, in lower_ucs4() function
9734 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_capitalize()
9751 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_swapcase()
9778 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_upper_or_lower()
9831 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_title()