Searched refs:lower_ucs4 (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Objects/ |
H A D | unicodeobject.c | 9853 lower_ucs4(int kind, const void *data, Py_ssize_t length, Py_ssize_t i, in lower_ucs4() function 9879 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_capitalize() 9896 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_swapcase() 9923 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_upper_or_lower() 9976 n_res = lower_ucs4(kind, data, length, i, c, mapped); in do_title()
|
Completed in 19 milliseconds