Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h75 unicode_casefold_impl(PyObject *self);
80 return unicode_casefold_impl(self); in unicode_casefold()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c10930 unicode_casefold_impl(PyObject *self) in unicode_casefold_impl() function