Searched refs:unicode_lower (Results 1 – 2 of 2) sorted by relevance
570 {"lower", (PyCFunction)unicode_lower, METH_NOARGS, unicode_lower__doc__},576 unicode_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_lower() function
7046 unicode_lower(PyUnicodeObject *self) in unicode_lower() function7922 {"lower", (PyCFunction) unicode_lower, METH_NOARGS, lower__doc__},