Home
last modified time | relevance | path

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

/third_party/python/Objects/clinic/
H A Dunicodeobject.c.h529 unicode_ljust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar);
560 return_value = unicode_ljust_impl(self, width, fillchar); in unicode_ljust()
/third_party/python/Objects/
H A Dunicodeobject.c12470 unicode_ljust_impl(PyObject *self, Py_ssize_t width, Py_UCS4 fillchar) in unicode_ljust_impl() function

Completed in 20 milliseconds