Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h155 # define PyUnicode_AsUTF16String PyUnicodeUCS2_AsUTF16String macro
242 # define PyUnicode_AsUTF16String PyUnicodeUCS4_AsUTF16String macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h155 # define PyUnicode_AsUTF16String PyUnicodeUCS2_AsUTF16String macro
242 # define PyUnicode_AsUTF16String PyUnicodeUCS4_AsUTF16String macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2712 PyObject *PyUnicode_AsUTF16String(PyObject *unicode) in PyUnicode_AsUTF16String() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2782 PyObject *PyUnicode_AsUTF16String(PyObject *unicode) in PyUnicode_AsUTF16String() function