| /external/python/cpython3/Modules/ |
| D | _scproxy.c | 24 return PyUnicode_DecodeUTF8( in cfstring_to_pystring() 46 result = PyUnicode_DecodeUTF8( in cfstring_to_pystring()
|
| D | _elementtree.c | 3203 value = PyUnicode_DecodeUTF8(p, size, "strict"); in makeuniversal() 3290 key = PyUnicode_DecodeUTF8(data_in + 1, data_len - 2, "strict"); in expat_default_handler() 3347 PyObject* value = PyUnicode_DecodeUTF8(attrib_in[1], strlen(attrib_in[1]), "strict"); in expat_start_handler() 3405 data = PyUnicode_DecodeUTF8(data_in, data_len, "strict"); in expat_data_handler() 3470 prefix = PyUnicode_DecodeUTF8(prefix_in, strlen(prefix_in), "strict"); in expat_start_ns_handler() 3473 uri = PyUnicode_DecodeUTF8(uri_in, strlen(uri_in), "strict"); in expat_start_ns_handler() 3484 prefix = PyUnicode_DecodeUTF8(prefix_in, strlen(prefix_in), "strict"); in expat_start_ns_handler() 3487 uri = PyUnicode_DecodeUTF8(uri_in, strlen(uri_in), "strict"); in expat_start_ns_handler() 3523 prefix = PyUnicode_DecodeUTF8(prefix_in, strlen(prefix_in), "strict"); in expat_end_ns_handler() 3547 comment = PyUnicode_DecodeUTF8(comment_in, strlen(comment_in), "strict"); in expat_comment_handler() [all …]
|
| D | _heapqmodule.c | 700 about = PyUnicode_DecodeUTF8(__about__, strlen(__about__), NULL); in PyInit__heapq()
|
| D | pyexpat.c | 153 return PyUnicode_DecodeUTF8(str, strlen(str), "strict"); in conv_string_to_unicode() 165 return PyUnicode_DecodeUTF8((const char *)str, len, "strict"); in conv_string_len_to_unicode()
|
| D | _tkinter.c | 393 PyObject *r = PyUnicode_DecodeUTF8(s, size, NULL); in unicodeFromTclStringAndSize() 420 r = PyUnicode_DecodeUTF8(s, size, "surrogateescape"); in unicodeFromTclStringAndSize()
|
| /external/python/cpython2/Include/ |
| D | unicodeobject.h | 174 # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 macro 261 # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 macro 750 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
|
| /external/python/cpython3/Objects/ |
| D | structseq.c | 201 PyObject *type_name = PyUnicode_DecodeUTF8(typ->tp_name, in structseq_repr() 240 PyObject *name = PyUnicode_DecodeUTF8(name_utf8, strlen(name_utf8), NULL); in structseq_repr()
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/ |
| D | rjsmin.c | 467 script = PyUnicode_DecodeUTF8(PyString_AS_STRING(result), in rjsmin_jsmin()
|
| /external/python/cpython3/Include/ |
| D | unicodeobject.h | 462 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
|
| /external/python/cpython2/Doc/data/ |
| D | refcounts.dat | 1539 PyUnicode_DecodeUTF8:PyObject*::+1: 1540 PyUnicode_DecodeUTF8:const char*:s:: 1541 PyUnicode_DecodeUTF8:int:size:: 1542 PyUnicode_DecodeUTF8:const char*:errors::
|
| /external/python/cpython3/PC/ |
| D | python3.def | 676 PyUnicode_DecodeUTF8=python38.PyUnicode_DecodeUTF8
|
| /external/python/cpython3/Python/ |
| D | pythonrun.c | 1586 errtext = PyUnicode_DecodeUTF8(err->text, err->offset, in err_input() 1593 errtext = PyUnicode_DecodeUTF8(err->text, len, in err_input()
|
| D | ast.c | 612 PyObject *id = PyUnicode_DecodeUTF8(n, strlen(n), NULL); in new_identifier() 705 PyObject *res = PyUnicode_DecodeUTF8(s, strlen(s), NULL); in new_type_comment() 3659 uni = PyUnicode_DecodeUTF8(PyBytes_AS_STRING(str), in alias_for_import_name() 4665 return PyUnicode_DecodeUTF8(t, s - t, NULL); in decode_utf8()
|
| /external/python/cpython3/Doc/data/ |
| D | refcounts.dat | 2519 PyUnicode_DecodeUTF8:PyObject*::+1: 2520 PyUnicode_DecodeUTF8:const char*:s:: 2521 PyUnicode_DecodeUTF8:Py_ssize_t:size:: 2522 PyUnicode_DecodeUTF8:const char*:errors::
|
| /external/python/cpython2/Modules/ |
| D | pyexpat.c | 178 return PyUnicode_DecodeUTF8(str, strlen(str), "strict"); in conv_string_to_unicode() 191 return PyUnicode_DecodeUTF8((const char *)str, len, "strict"); in conv_string_len_to_unicode()
|
| D | _elementtree.c | 2108 return PyUnicode_DecodeUTF8(string, size, "strict"); 2164 value = PyUnicode_DecodeUTF8(p, size, "strict");
|
| D | _tkinter.c | 472 PyObject *r = PyUnicode_DecodeUTF8(s, size, NULL); in unicode_FromTclStringAndSize() 494 r = PyUnicode_DecodeUTF8(s, size, NULL); in unicode_FromTclStringAndSize()
|
| /external/python/cpython2/Modules/_sqlite/ |
| D | cursor.c | 281 return PyUnicode_DecodeUTF8(val_str, size, NULL); in pysqlite_unicode_from_string()
|
| D | connection.c | 612 cur_py_value = PyUnicode_DecodeUTF8(val_str, strlen(val_str), NULL); in _pysqlite_build_py_params()
|
| /external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/ |
| D | rcssmin.c | 1120 style = PyUnicode_DecodeUTF8(PyString_AS_STRING(result), in rcssmin_cssmin()
|
| /external/python/cpython2/Python/ |
| D | marshal.c | 877 v = PyUnicode_DecodeUTF8(buffer, n, NULL); in r_object()
|
| /external/python/cpython2/Parser/ |
| D | tokenizer.c | 1711 PyObject *unicode_text = PyUnicode_DecodeUTF8(text, len, "replace"); in dec_utf8()
|
| /external/python/cpython3/Modules/_sqlite/ |
| D | connection.c | 975 py_statement = PyUnicode_DecodeUTF8(statement_string, in _trace_callback()
|
| /external/python/cpython3/Modules/cjkcodecs/ |
| D | multibytecodec.c | 971 pending = PyUnicode_DecodeUTF8((const char *)statebytes+1, in _multibytecodec_MultibyteIncrementalEncoder_setstate_impl()
|
| /external/python/cpython3/Parser/ |
| D | tokenizer.c | 1068 s = PyUnicode_DecodeUTF8(tok->start, tok->cur - tok->start, NULL); in verify_identifier()
|