Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c7016 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/
Dunicodeobject.c6908 unicode_ljust(PyUnicodeObject *self, PyObject *args) in unicode_ljust() function
7809 {"ljust", (PyCFunction) unicode_ljust, METH_VARARGS, ljust__doc__},