Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h148 # define PyUnicode_AsASCIIString PyUnicodeUCS2_AsASCIIString macro
235 # define PyUnicode_AsASCIIString PyUnicodeUCS4_AsASCIIString macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h148 # define PyUnicode_AsASCIIString PyUnicodeUCS2_AsASCIIString macro
235 # define PyUnicode_AsASCIIString PyUnicodeUCS4_AsASCIIString macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c3825 PyObject *PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c3882 PyObject *PyUnicode_AsASCIIString(PyObject *unicode) in PyUnicode_AsASCIIString() function