Home
last modified time | relevance | path

Searched defs:PyUnicode_FromObject (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h192 # define PyUnicode_FromObject PyUnicodeUCS2_FromObject macro
279 # define PyUnicode_FromObject PyUnicodeUCS4_FromObject macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h192 # define PyUnicode_FromObject PyUnicodeUCS2_FromObject macro
279 # define PyUnicode_FromObject PyUnicodeUCS4_FromObject macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1147 PyObject *PyUnicode_FromObject(register PyObject *obj) in PyUnicode_FromObject() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1086 PyObject *PyUnicode_FromObject(register PyObject *obj) in PyUnicode_FromObject() function