Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
Dunicodeobject.c.h39 unicode_capitalize_impl(PyObject *self);
44 return unicode_capitalize_impl(self); in unicode_capitalize()
/third_party/python/Objects/
Dunicodeobject.c11240 unicode_capitalize_impl(PyObject *self) in unicode_capitalize_impl() function