Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h184 # define PyUnicode_EncodeUTF16 PyUnicodeUCS2_EncodeUTF16 macro
271 # define PyUnicode_EncodeUTF16 PyUnicodeUCS4_EncodeUTF16 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h184 # define PyUnicode_EncodeUTF16 PyUnicodeUCS2_EncodeUTF16 macro
271 # define PyUnicode_EncodeUTF16 PyUnicodeUCS4_EncodeUTF16 macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2704 PyUnicode_EncodeUTF16(const Py_UNICODE *s, in PyUnicode_EncodeUTF16() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2634 PyUnicode_EncodeUTF16(const Py_UNICODE *s, in PyUnicode_EncodeUTF16() function