Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h183 # define PyUnicode_EncodeUTF32 PyUnicodeUCS2_EncodeUTF32 macro
270 # define PyUnicode_EncodeUTF32 PyUnicodeUCS4_EncodeUTF32 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h183 # define PyUnicode_EncodeUTF32 PyUnicodeUCS2_EncodeUTF32 macro
270 # define PyUnicode_EncodeUTF32 PyUnicodeUCS4_EncodeUTF32 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2360 PyUnicode_EncodeUTF32(const Py_UNICODE *s, in PyUnicode_EncodeUTF32() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2427 PyUnicode_EncodeUTF32(const Py_UNICODE *s, in PyUnicode_EncodeUTF32() function