Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h177 # define PyUnicode_Encode PyUnicodeUCS2_Encode macro
264 # define PyUnicode_Encode PyUnicodeUCS4_Encode macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h177 # define PyUnicode_Encode PyUnicodeUCS2_Encode macro
264 # define PyUnicode_Encode PyUnicodeUCS4_Encode macro
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c1246 PyObject *PyUnicode_Encode(const Py_UNICODE *s, in PyUnicode_Encode() function
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c1304 PyObject *PyUnicode_Encode(const Py_UNICODE *s, in PyUnicode_Encode() function