Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h18 unicode_title_impl(PyObject *self);
23 return unicode_title_impl(self); in unicode_title()
/external/python/cpython3/Objects/
Dunicodeobject.c10956 unicode_title_impl(PyObject *self) in unicode_title_impl() function