Home
last modified time | relevance | path

Searched refs:PyUnicode_DecodeUTF8 (Results 1 – 25 of 40) sorted by relevance

12

/external/python/cpython3/Modules/
D_scproxy.c24 return PyUnicode_DecodeUTF8( in cfstring_to_pystring()
46 result = PyUnicode_DecodeUTF8( in cfstring_to_pystring()
D_elementtree.c2874 value = PyUnicode_DecodeUTF8(p, size, "strict"); in makeuniversal()
2961 key = PyUnicode_DecodeUTF8(data_in + 1, data_len - 2, "strict"); in expat_default_handler()
3018 PyObject* value = PyUnicode_DecodeUTF8(attrib_in[1], strlen(attrib_in[1]), "strict"); in expat_start_handler()
3076 data = PyUnicode_DecodeUTF8(data_in, data_len, "strict"); in expat_data_handler()
3168 comment = PyUnicode_DecodeUTF8(comment_in, strlen(comment_in), "strict"); in expat_comment_handler()
3269 target = PyUnicode_DecodeUTF8(target_in, strlen(target_in), "strict"); in expat_pi_handler()
3270 data = PyUnicode_DecodeUTF8(data_in, strlen(data_in), "strict"); in expat_pi_handler()
D_heapqmodule.c643 about = PyUnicode_DecodeUTF8(__about__, strlen(__about__), NULL); in PyInit__heapq()
Dpyexpat.c166 return PyUnicode_DecodeUTF8(str, strlen(str), "strict"); in conv_string_to_unicode()
178 return PyUnicode_DecodeUTF8((const char *)str, len, "strict"); in conv_string_len_to_unicode()
D_tkinter.c370 PyObject *r = PyUnicode_DecodeUTF8(s, size, NULL); in unicodeFromTclStringAndSize()
392 r = PyUnicode_DecodeUTF8(s, size, NULL); in unicodeFromTclStringAndSize()
/external/python/cpython2/Include/
Dunicodeobject.h174 # define PyUnicode_DecodeUTF8 PyUnicodeUCS2_DecodeUTF8 macro
261 # define PyUnicode_DecodeUTF8 PyUnicodeUCS4_DecodeUTF8 macro
750 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/
Drjsmin.c467 script = PyUnicode_DecodeUTF8(PyString_AS_STRING(result), in rjsmin_jsmin()
/external/python/cpython2/Doc/data/
Drefcounts.dat1539 PyUnicode_DecodeUTF8:PyObject*::+1:
1540 PyUnicode_DecodeUTF8:const char*:s::
1541 PyUnicode_DecodeUTF8:int:size::
1542 PyUnicode_DecodeUTF8:const char*:errors::
/external/python/cpython3/Python/
Dpythonrun.c1426 errtext = PyUnicode_DecodeUTF8(err->text, err->offset, in err_input()
1433 errtext = PyUnicode_DecodeUTF8(err->text, len, in err_input()
Dast.c632 PyObject *id = PyUnicode_DecodeUTF8(n, strlen(n), NULL); in new_identifier()
3239 uni = PyUnicode_DecodeUTF8(PyBytes_AS_STRING(str), in alias_for_import_name()
4118 return PyUnicode_DecodeUTF8(t, s - t, NULL); in decode_utf8()
Dmarshal.c1197 v = PyUnicode_DecodeUTF8(buffer, n, "surrogatepass"); in r_object()
/external/python/cpython3/PC/
Dpython3.def673 PyUnicode_DecodeUTF8=python37.PyUnicode_DecodeUTF8
/external/python/cpython3/Doc/data/
Drefcounts.dat2484 PyUnicode_DecodeUTF8:PyObject*::+1:
2485 PyUnicode_DecodeUTF8:const char*:s::
2486 PyUnicode_DecodeUTF8:Py_ssize_t:size::
2487 PyUnicode_DecodeUTF8:const char*:errors::
/external/python/cpython2/Modules/
Dpyexpat.c178 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.c2108 return PyUnicode_DecodeUTF8(string, size, "strict");
2164 value = PyUnicode_DecodeUTF8(p, size, "strict");
D_tkinter.c472 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/
Dcursor.c281 return PyUnicode_DecodeUTF8(val_str, size, NULL); in pysqlite_unicode_from_string()
Dconnection.c612 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/
Drcssmin.c1120 style = PyUnicode_DecodeUTF8(PyString_AS_STRING(result), in rcssmin_cssmin()
/external/python/cpython3/Include/
Dunicodeobject.h1298 PyAPI_FUNC(PyObject*) PyUnicode_DecodeUTF8(
/external/python/cpython2/Python/
Dmarshal.c877 v = PyUnicode_DecodeUTF8(buffer, n, NULL); in r_object()
/external/python/cpython2/Parser/
Dtokenizer.c1711 PyObject *unicode_text = PyUnicode_DecodeUTF8(text, len, "replace"); in dec_utf8()
/external/python/cpython3/Modules/_sqlite/
Dconnection.c947 py_statement = PyUnicode_DecodeUTF8(statement_string, in _trace_callback()
/external/python/cpython3/Parser/
Dtokenizer.c1309 s = PyUnicode_DecodeUTF8(tok->start, tok->cur - tok->start, NULL); in verify_identifier()
/external/python/cpython2/Objects/
Dunicodeobject.c528 return PyUnicode_DecodeUTF8(u, size, NULL); in PyUnicode_FromStringAndSize()
820 PyObject *str = PyUnicode_DecodeUTF8(s, strlen(s), "replace"); in PyUnicode_FromFormatV()
1247 return PyUnicode_DecodeUTF8(s, size, errors); in PyUnicode_Decode()
1958 PyObject *PyUnicode_DecodeUTF8(const char *s, in PyUnicode_DecodeUTF8() function

12