Home
last modified time | relevance | path

Searched refs:PyUnicode_AsEncodedString (Results 1 – 21 of 21) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dunicodeobject.h151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString macro
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString macro
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dunicodeobject.h151 # define PyUnicode_AsEncodedString PyUnicodeUCS2_AsEncodedString macro
238 # define PyUnicode_AsEncodedString PyUnicodeUCS4_AsEncodedString macro
714 PyAPI_FUNC(PyObject*) PyUnicode_AsEncodedString(
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobject.c387 str = PyUnicode_AsEncodedString(res, NULL, NULL); in PyObject_Repr()
457 str = PyUnicode_AsEncodedString(res, NULL, NULL); in PyObject_Str()
1229 name = PyUnicode_AsEncodedString(name, NULL, NULL); in PyObject_SetAttr()
1342 name = PyUnicode_AsEncodedString(name, NULL, NULL); in _PyObject_GenericGetAttrWithDict()
1480 name = PyUnicode_AsEncodedString(name, NULL, NULL); in _PyObject_GenericSetAttrWithDict()
Dfileobject.c1838 encoded = PyUnicode_AsEncodedString(text, encoding, errors); in file_write()
2572 value = PyUnicode_AsEncodedString(v, cenc, errors); in PyFile_WriteObject()
Dstringobject.c476 v = PyUnicode_AsEncodedString(v, NULL, NULL); in PyString_AsDecodedString()
556 v = PyUnicode_AsEncodedString(v, NULL, NULL); in PyString_AsEncodedString()
637 w = PyUnicode_AsEncodedString( in PyString_DecodeEscape()
Dunicodeobject.c1314 v = PyUnicode_AsEncodedString(unicode, encoding, errors); in PyUnicode_Encode()
1343 PyObject *PyUnicode_AsEncodedString(PyObject *unicode, in PyUnicode_AsEncodedString() function
1395 v = PyUnicode_AsEncodedString(unicode, NULL, errors); in _PyUnicode_AsDefaultEncodedString()
7644 return PyUnicode_AsEncodedString((PyObject *)self, NULL, NULL); in unicode_str()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobject.c387 str = PyUnicode_AsEncodedString(res, NULL, NULL); in PyObject_Repr()
457 str = PyUnicode_AsEncodedString(res, NULL, NULL); in PyObject_Str()
1222 name = PyUnicode_AsEncodedString(name, NULL, NULL); in PyObject_SetAttr()
1335 name = PyUnicode_AsEncodedString(name, NULL, NULL); in _PyObject_GenericGetAttrWithDict()
1473 name = PyUnicode_AsEncodedString(name, NULL, NULL); in _PyObject_GenericSetAttrWithDict()
Dfileobject.c1776 encoded = PyUnicode_AsEncodedString(text, encoding, errors); in file_write()
2505 value = PyUnicode_AsEncodedString(v, cenc, errors); in PyFile_WriteObject()
Dstringobject.c476 v = PyUnicode_AsEncodedString(v, NULL, NULL); in PyString_AsDecodedString()
556 v = PyUnicode_AsEncodedString(v, NULL, NULL); in PyString_AsEncodedString()
637 w = PyUnicode_AsEncodedString( in PyString_DecodeEscape()
Dunicodeobject.c1256 v = PyUnicode_AsEncodedString(unicode, encoding, errors); in PyUnicode_Encode()
1285 PyObject *PyUnicode_AsEncodedString(PyObject *unicode, in PyUnicode_AsEncodedString() function
1337 v = PyUnicode_AsEncodedString(unicode, NULL, errors); in _PyUnicode_AsDefaultEncodedString()
7536 return PyUnicode_AsEncodedString((PyObject *)self, NULL, NULL); in unicode_str()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dtokenizer.c810 utf8 = PyUnicode_AsEncodedString(decoded, "utf-8", NULL); in tok_stdin_decode()
1700 ret = PyUnicode_AsEncodedString(unicode_text, enc, "replace"); in dec_utf8()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dtokenizer.c790 utf8 = PyUnicode_AsEncodedString(decoded, "utf-8", NULL); in tok_stdin_decode()
1671 ret = PyUnicode_AsEncodedString(unicode_text, enc, "replace"); in dec_utf8()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
Dfileio.c250 stringobj = PyUnicode_AsEncodedString( in fileio_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
Dfileio.c244 stringobj = PyUnicode_AsEncodedString( in fileio_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dgetargs.c1062 s = PyUnicode_AsEncodedString(u, in convertsimple()
Dast.c3383 v = PyUnicode_AsEncodedString(u, encoding, NULL); in decode_utf8()
3535 v = PyUnicode_AsEncodedString(u, c->c_encoding, NULL); in parsestr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dgetargs.c1062 s = PyUnicode_AsEncodedString(u, in convertsimple()
Dast.c3366 v = PyUnicode_AsEncodedString(u, encoding, NULL); in decode_utf8()
3506 v = PyUnicode_AsEncodedString(u, c->c_encoding, NULL); in parsestr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
D_struct.c1384 PyObject *str = PyUnicode_AsEncodedString(o_format, "ascii", NULL); in s_init()
D_json.c1709 PyObject *tmp = PyUnicode_AsEncodedString(s->encoding, NULL, NULL); in scanner_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_json.c1724 PyObject *tmp = PyUnicode_AsEncodedString(s->encoding, NULL, NULL); in scanner_init()