Searched refs:unicode_zfill_impl (Results 1 – 2 of 2) sorted by relevance
1186 unicode_zfill_impl(PyObject *self, Py_ssize_t width);1206 return_value = unicode_zfill_impl(self, width); in unicode_zfill()
13904 unicode_zfill_impl(PyObject *self, Py_ssize_t width) in unicode_zfill_impl() function