Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c6778 unicode_istitle(PyUnicodeObject *self) in unicode_istitle() function
7932 {"istitle", (PyCFunction) unicode_istitle, METH_NOARGS, istitle__doc__},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c6670 unicode_istitle(PyUnicodeObject *self) in unicode_istitle() function
7828 {"istitle", (PyCFunction) unicode_istitle, METH_NOARGS, istitle__doc__},