Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c6930 unicode_lower(PyUnicodeObject *self) in unicode_lower() function
7810 {"lower", (PyCFunction) unicode_lower, METH_NOARGS, lower__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c7038 unicode_lower(PyUnicodeObject *self) in unicode_lower() function
7914 {"lower", (PyCFunction) unicode_lower, METH_NOARGS, lower__doc__},