| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
| D | unicodeobject.h | 151 # 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/ |
| D | unicodeobject.h | 151 # 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/ |
| D | object.c | 387 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()
|
| D | fileobject.c | 1838 encoded = PyUnicode_AsEncodedString(text, encoding, errors); in file_write() 2572 value = PyUnicode_AsEncodedString(v, cenc, errors); in PyFile_WriteObject()
|
| D | stringobject.c | 476 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()
|
| D | unicodeobject.c | 1314 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/ |
| D | object.c | 387 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()
|
| D | fileobject.c | 1776 encoded = PyUnicode_AsEncodedString(text, encoding, errors); in file_write() 2505 value = PyUnicode_AsEncodedString(v, cenc, errors); in PyFile_WriteObject()
|
| D | stringobject.c | 476 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()
|
| D | unicodeobject.c | 1256 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/ |
| D | tokenizer.c | 810 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/ |
| D | tokenizer.c | 790 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/ |
| D | fileio.c | 250 stringobj = PyUnicode_AsEncodedString( in fileio_init()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/ |
| D | fileio.c | 244 stringobj = PyUnicode_AsEncodedString( in fileio_init()
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
| D | getargs.c | 1062 s = PyUnicode_AsEncodedString(u, in convertsimple()
|
| D | ast.c | 3383 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/ |
| D | getargs.c | 1062 s = PyUnicode_AsEncodedString(u, in convertsimple()
|
| D | ast.c | 3366 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.c | 1384 PyObject *str = PyUnicode_AsEncodedString(o_format, "ascii", NULL); in s_init()
|
| D | _json.c | 1709 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.c | 1724 PyObject *tmp = PyUnicode_AsEncodedString(s->encoding, NULL, NULL); in scanner_init()
|