Searched defs:PyUnicode_EncodeLatin1 (Results 1 - 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h181 # define PyUnicode_EncodeLatin1 PyUnicodeUCS2_EncodeLatin1 macro
268 # define PyUnicode_EncodeLatin1 PyUnicodeUCS4_EncodeLatin1 macro
985 PyAPI_FUNC(PyObject*) PyUnicode_EncodeLatin1(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h181 # define PyUnicode_EncodeLatin1 PyUnicodeUCS2_EncodeLatin1 macro
268 # define PyUnicode_EncodeLatin1 PyUnicodeUCS4_EncodeLatin1 macro
985 PyAPI_FUNC(PyObject*) PyUnicode_EncodeLatin1(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c3796 PyObject *PyUnicode_EncodeLatin1(const Py_UNICODE *p, function
3809 return PyUnicode_EncodeLatin1(PyUnicode_AS_UNICODE(unicode),
4783 return PyUnicode_EncodeLatin1(p, size, errors);
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c3739 PyObject *PyUnicode_EncodeLatin1(const Py_UNICODE *p, function
3752 return PyUnicode_EncodeLatin1(PyUnicode_AS_UNICODE(unicode),
4689 return PyUnicode_EncodeLatin1(p, size, errors);

Completed in 36 milliseconds