Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h570 {"lower", (PyCFunction)unicode_lower, METH_NOARGS, unicode_lower__doc__},
576 unicode_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_lower() function
/external/python/cpython2/Objects/
Dunicodeobject.c7046 unicode_lower(PyUnicodeObject *self) in unicode_lower() function
7922 {"lower", (PyCFunction) unicode_lower, METH_NOARGS, lower__doc__},