Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/clinic/
Dtransmogrify.h.h171 stringlib_center_impl(PyObject *self, Py_ssize_t width, char fillchar);
209 return_value = stringlib_center_impl(self, width, fillchar); in stringlib_center()
/third_party/python/Objects/stringlib/
Dtransmogrify.h195 stringlib_center_impl(PyObject *self, Py_ssize_t width, char fillchar) in stringlib_center_impl() function