Searched refs:unicode_ljust (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 7016 unicode_ljust(PyUnicodeObject *self, PyObject *args) in unicode_ljust() function 7913 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 6908 unicode_ljust(PyUnicodeObject *self, PyObject *args) in unicode_ljust() function 7809 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},
|