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

/external/python/cpython2/Objects/
H A Dunicodeobject.c7696 unicode_upper(PyUnicodeObject *self) function
7940 {"upper", (PyCFunction) unicode_upper, METH_NOARGS, upper__doc__},
/external/python/cpython3/Objects/
H A Dunicodeobject.c13230 unicode_upper(PyObject *self) function
13843 {"upper", (PyCFunction) unicode_upper, METH_NOARGS, upper__doc__},

Completed in 172 milliseconds