Home
last modified time | relevance | path

Searched refs:PyUnicode_EncodeUTF8 (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h185 # define PyUnicode_EncodeUTF8 PyUnicodeUCS2_EncodeUTF8 macro
272 # define PyUnicode_EncodeUTF8 PyUnicodeUCS4_EncodeUTF8 macro
767 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h185 # define PyUnicode_EncodeUTF8 PyUnicodeUCS2_EncodeUTF8 macro
272 # define PyUnicode_EncodeUTF8 PyUnicodeUCS4_EncodeUTF8 macro
767 PyAPI_FUNC(PyObject*) PyUnicode_EncodeUTF8(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_codecsmodule.c698 v = codec_tuple(PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(str), in utf_8_encode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_codecsmodule.c698 v = codec_tuple(PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(str), in utf_8_encode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dtextio.c789 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(text), in utf8_encode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dtextio.c773 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(text), in utf8_encode()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dunicodeobject.c2077 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function
2178 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsUTF8String()
8339 key = PyUnicode_EncodeUTF8(keystart, in PyUnicode_Format()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dunicodeobject.c2144 PyUnicode_EncodeUTF8(const Py_UNICODE *s, in PyUnicode_EncodeUTF8() function
2245 return PyUnicode_EncodeUTF8(PyUnicode_AS_UNICODE(unicode), in PyUnicode_AsUTF8String()
8443 key = PyUnicode_EncodeUTF8(keystart, in PyUnicode_Format()