Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h1206 unicode_upper_impl(PyObject *self);
1211 return unicode_upper_impl(self); in unicode_upper()
/external/python/cpython3/Objects/
Dunicodeobject.c13622 unicode_upper_impl(PyObject *self) in unicode_upper_impl() function