Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h893 unicode_zfill_impl(PyObject *self, Py_ssize_t width);
904 return_value = unicode_zfill_impl(self, width); in unicode_zfill()
/external/python/cpython3/Objects/
Dunicodeobject.c13312 unicode_zfill_impl(PyObject *self, Py_ssize_t width) in unicode_zfill_impl() function