Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h573 unicode_lower_impl(PyObject *self);
578 return unicode_lower_impl(self); in unicode_lower()
/external/python/cpython3/Objects/
Dunicodeobject.c12532 unicode_lower_impl(PyObject *self) in unicode_lower_impl() function