Searched refs:unicode_zfill (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 7587 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/ |
D | unicodeobject.c | 7695 unicode_zfill(PyUnicodeObject *self, PyObject *args) in unicode_zfill() function 7939 {"zfill", (PyCFunction) unicode_zfill, METH_VARARGS, zfill__doc__},
|