Searched refs:unicode_rstrip (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 7085 unicode_rstrip(PyUnicodeObject *self, PyObject *args) in unicode_rstrip() function 7817 {"rstrip", (PyCFunction) unicode_rstrip, METH_VARARGS, rstrip__doc__},
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 7193 unicode_rstrip(PyUnicodeObject *self, PyObject *args) in unicode_rstrip() function 7921 {"rstrip", (PyCFunction) unicode_rstrip, METH_VARARGS, rstrip__doc__},
|