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