Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c10180 lower_ucs4(int kind, const void *data, Py_ssize_t length, Py_ssize_t i, in lower_ucs4() function
10206 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_capitalize()
10223 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_swapcase()
10250 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_upper_or_lower()
10303 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_title()