Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h57 unicode_casefold_impl(PyObject *self);
62 return unicode_casefold_impl(self); in unicode_casefold()
/third_party/python/Objects/
Dunicodeobject.c11257 unicode_casefold_impl(PyObject *self) in unicode_casefold_impl() function