Searched refs:PyUnicode_EncodeASCII (Results 1 - 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h178 # define PyUnicode_EncodeASCII PyUnicodeUCS2_EncodeASCII macro
265 # define PyUnicode_EncodeASCII PyUnicodeUCS4_EncodeASCII macro
1007 PyAPI_FUNC(PyObject*) PyUnicode_EncodeASCII(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h178 # define PyUnicode_EncodeASCII PyUnicodeUCS2_EncodeASCII macro
265 # define PyUnicode_EncodeASCII PyUnicodeUCS4_EncodeASCII macro
1007 PyAPI_FUNC(PyObject*) PyUnicode_EncodeASCII(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_codecsmodule.c940 v = codec_tuple(PyUnicode_EncodeASCII(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_codecsmodule.c940 v = codec_tuple(PyUnicode_EncodeASCII(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dtextio.c717 return PyUnicode_EncodeASCII(PyUnicode_AS_UNICODE(text),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
H A Dtextio.c701 return PyUnicode_EncodeASCII(PyUnicode_AS_UNICODE(text),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c3875 PyObject *PyUnicode_EncodeASCII(const Py_UNICODE *p, function
3888 return PyUnicode_EncodeASCII(PyUnicode_AS_UNICODE(unicode),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c3818 PyObject *PyUnicode_EncodeASCII(const Py_UNICODE *p, function
3831 return PyUnicode_EncodeASCII(PyUnicode_AS_UNICODE(unicode),

Completed in 76 milliseconds