Searched refs:unicode_center_impl (Results 1 – 2 of 2) sorted by relevance
77 unicode_center_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar);108 return_value = unicode_center_impl(self, width, fillchar); in unicode_center()
11305 unicode_center_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_center_impl() function