Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c7296 unicode_rjust(PyUnicodeObject *self, PyObject *args) in unicode_rjust() function
7816 {"rjust", (PyCFunction) unicode_rjust, METH_VARARGS, rjust__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c7404 unicode_rjust(PyUnicodeObject *self, PyObject *args) in unicode_rjust() function
7920 {"rjust", (PyCFunction) unicode_rjust, METH_VARARGS, rjust__doc__},