Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF16 (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h172 # define PyUnicode_DecodeUTF16 PyUnicodeUCS2_DecodeUTF16 macro
259 # define PyUnicode_DecodeUTF16 PyUnicodeUCS4_DecodeUTF16 macro
872 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h172 # define PyUnicode_DecodeUTF16 PyUnicodeUCS2_DecodeUTF16 macro
259 # define PyUnicode_DecodeUTF16 PyUnicodeUCS4_DecodeUTF16 macro
872 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF16(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2459 PyUnicode_DecodeUTF16(const char *s, in PyUnicode_DecodeUTF16() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2526 PyUnicode_DecodeUTF16(const char *s, in PyUnicode_DecodeUTF16() function