Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c10216 do_swapcase(int kind, const void *data, Py_ssize_t length, Py_UCS4 *res, Py_UCS4 *maxchar) { in do_swapcase() function
13720 return case_operation(self, do_swapcase); in unicode_swapcase_impl()