Home
last modified time | relevance | path

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

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