Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
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/
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/Modules/
D_codecsmodule.c966 v = codec_tuple(PyUnicode_EncodeCharmap( in charmap_encode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c966 v = codec_tuple(PyUnicode_EncodeCharmap( in charmap_encode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c4669 PyObject *PyUnicode_EncodeCharmap(const Py_UNICODE *p, in PyUnicode_EncodeCharmap() function
4740 return PyUnicode_EncodeCharmap(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsCharmapString()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c4763 PyObject *PyUnicode_EncodeCharmap(const Py_UNICODE *p, in PyUnicode_EncodeCharmap() function
4834 return PyUnicode_EncodeCharmap(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsCharmapString()