Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h157 # define PyUnicode_AsUnicode PyUnicodeUCS2_AsUnicode macro
244 # define PyUnicode_AsUnicode PyUnicodeUCS4_AsUnicode macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h157 # define PyUnicode_AsUnicode PyUnicodeUCS2_AsUnicode macro
244 # define PyUnicode_AsUnicode PyUnicodeUCS4_AsUnicode macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1401 Py_UNICODE *PyUnicode_AsUnicode(PyObject *unicode) in PyUnicode_AsUnicode() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1343 Py_UNICODE *PyUnicode_AsUnicode(PyObject *unicode) in PyUnicode_AsUnicode() function