Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h558 unicode_lower_impl(PyObject *self);
563 return unicode_lower_impl(self); in unicode_lower()
/third_party/python/Objects/
Dunicodeobject.c12804 unicode_lower_impl(PyObject *self) in unicode_lower_impl() function