Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h170 # define PyUnicode_DecodeUTF32 PyUnicodeUCS2_DecodeUTF32 macro
257 # define PyUnicode_DecodeUTF32 PyUnicodeUCS4_DecodeUTF32 macro
798 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h170 # define PyUnicode_DecodeUTF32 PyUnicodeUCS2_DecodeUTF32 macro
257 # define PyUnicode_DecodeUTF32 PyUnicodeUCS4_DecodeUTF32 macro
798 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF32(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2253 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2186 PyUnicode_DecodeUTF32(const char *s, in PyUnicode_DecodeUTF32() function