Searched refs:PyUnicode_EncodeCharmap (Results 1 - 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
H A Dunicodeobject.h179 # define PyUnicode_EncodeCharmap PyUnicodeUCS2_EncodeCharmap macro
266 # define PyUnicode_EncodeCharmap PyUnicodeUCS4_EncodeCharmap macro
1049 PyAPI_FUNC(PyObject*) PyUnicode_EncodeCharmap(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
H A Dunicodeobject.h179 # define PyUnicode_EncodeCharmap PyUnicodeUCS2_EncodeCharmap macro
266 # define PyUnicode_EncodeCharmap PyUnicodeUCS4_EncodeCharmap macro
1049 PyAPI_FUNC(PyObject*) PyUnicode_EncodeCharmap(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_codecsmodule.c966 v = codec_tuple(PyUnicode_EncodeCharmap(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_codecsmodule.c966 v = codec_tuple(PyUnicode_EncodeCharmap(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Dunicodeobject.c4636 /* handle an error in PyUnicode_EncodeCharmap
4763 PyObject *PyUnicode_EncodeCharmap(const Py_UNICODE *p, function
4834 return PyUnicode_EncodeCharmap(PyUnicode_AS_UNICODE(unicode),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Dunicodeobject.c4551 /* handle an error in PyUnicode_EncodeCharmap
4669 PyObject *PyUnicode_EncodeCharmap(const Py_UNICODE *p, function
4740 return PyUnicode_EncodeCharmap(PyUnicode_AS_UNICODE(unicode),

Completed in 71 milliseconds