Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dunicodeobject.c9802 do_casefold(int kind, void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) in do_casefold() function
10772 return case_operation(self, do_casefold); in unicode_casefold_impl()