Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h202 unicode_islower_impl(PyObject *self);
207 return unicode_islower_impl(self); in unicode_islower()
/external/python/cpython3/Objects/
Dunicodeobject.c11731 unicode_islower_impl(PyObject *self) in unicode_islower_impl() function