Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h800 unicode_swapcase_impl(PyObject *self);
805 return unicode_swapcase_impl(self); in unicode_swapcase()
/external/python/cpython3/Objects/
Dunicodeobject.c13123 unicode_swapcase_impl(PyObject *self) in unicode_swapcase_impl() function