Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h870 {"upper", (PyCFunction)unicode_upper, METH_NOARGS, unicode_upper__doc__},
876 unicode_upper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_upper() function
/external/python/cpython2/Objects/
Dunicodeobject.c7691 unicode_upper(PyUnicodeObject *self) in unicode_upper() function
7935 {"upper", (PyCFunction) unicode_upper, METH_NOARGS, upper__doc__},