Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h274 {"islower", (PyCFunction)unicode_islower, METH_NOARGS, unicode_islower__doc__},
280 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower() function
/external/python/cpython2/Objects/
Dunicodeobject.c6716 unicode_islower(PyUnicodeObject *self) in unicode_islower() function
7938 {"islower", (PyCFunction) unicode_islower, METH_NOARGS, islower__doc__},