Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c7587 unicode_zfill(PyUnicodeObject *self, PyObject *args) in unicode_zfill() function
7835 {"zfill", (PyCFunction) unicode_zfill, METH_VARARGS, zfill__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c7695 unicode_zfill(PyUnicodeObject *self, PyObject *args) in unicode_zfill() function
7939 {"zfill", (PyCFunction) unicode_zfill, METH_VARARGS, zfill__doc__},