Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h267 unicode_islower_impl(PyObject *self);
272 return unicode_islower_impl(self); in unicode_islower()
/third_party/python/Objects/
Dunicodeobject.c12224 unicode_islower_impl(PyObject *self) in unicode_islower_impl() function