Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h77 unicode_center_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar);
113 return_value = unicode_center_impl(self, width, fillchar); in unicode_center()
/external/python/cpython3/Objects/
Dunicodeobject.c11039 unicode_center_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_center_impl() function