Home
last modified time | relevance | path

Searched refs:unicode_rjust_impl (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Objects/clinic/
H A Dunicodeobject.c.h838 unicode_rjust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar);
869 return_value = unicode_rjust_impl(self, width, fillchar); in unicode_rjust()
/third_party/python/Objects/
H A Dunicodeobject.c13134 unicode_rjust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_rjust_impl() function

Completed in 22 milliseconds