Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/clinic/
Dtransmogrify.h.h201 stringlib_center_impl(PyObject *self, Py_ssize_t width, char fillchar);
239 return_value = stringlib_center_impl(self, width, fillchar); in stringlib_center()
/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h194 stringlib_center_impl(PyObject *self, Py_ssize_t width, char fillchar) in stringlib_center_impl() function