Home
last modified time | relevance | path

Searched refs:PyUnicode_Decode (Results 1 – 23 of 23) sorted by relevance

/external/python/cpython3/Parser/tokenizer/
Dreadline_tokenizer.c27 line = PyUnicode_Decode(PyBytes_AS_STRING(raw_line), PyBytes_GET_SIZE(raw_line), in tok_readline_string()
Dhelpers.c196 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in _PyTokenizer_translate_into_utf8()
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
Dcext.h137 PyUnicode_Decode( \
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
Dcext.h175 PyUnicode_Decode( \
/external/python/cpython3/Include/
Dunicodeobject.h337 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/external/python/cpython3/Misc/
Dvalgrind-python.supp336 fun:PyUnicode_Decode
Dstable_abi.toml1495 [function.PyUnicode_Decode]
DHISTORY12733 "iso-8859-1" in PyUnicode_AsEncodedString() and PyUnicode_Decode().
/external/python/cpython3/Doc/data/
Drefcounts.dat2494 PyUnicode_Decode:PyObject*::+1:
2495 PyUnicode_Decode:const char*:s::
2496 PyUnicode_Decode:Py_ssize_t:size::
2497 PyUnicode_Decode:const char*:encoding::
2498 PyUnicode_Decode:const char*:errors::
Dstable_abi.dat752 func,PyUnicode_Decode,3.2,,
Dpython3.13.abi872 …<elf-symbol name='PyUnicode_Decode' type='func-type' binding='global-binding' visibility='default-…
23490PyUnicode_Decode' mangled-name='PyUnicode_Decode' filepath='./Include/unicodeobject.h' line='337' …
/external/python/cpython3/Modules/_sqlite/
Dcursor.c410 error_msg = PyUnicode_Decode(buf, strlen(buf), "ascii", "replace"); in _pysqlite_fetch_one_row()
/external/python/cpython3/PC/
Dpython3dll.c684 EXPORT_FUNC(PyUnicode_Decode)
/external/python/cpython3/Python/
Derrors.c1892 PyObject *res = PyUnicode_Decode(line, line_size, encoding, "replace"); in err_programtext()
Dbltinmodule.c2334 result = PyUnicode_Decode(s, len, stdin_encoding_str, in builtin_input_impl()
/external/python/cpython3/Modules/_testlimitedcapi/
Dunicode.c553 return PyUnicode_Decode(s, size, encoding, errors); in unicode_decode()
/external/python/cpython3/Modules/
Dpyexpat.c1152 u = PyUnicode_Decode((const char*) template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
D_ssl.c757 hostname = PyUnicode_Decode(server_hostname, len, "ascii", "strict"); in _ssl_configure_hostname()
D_pickle.c5472 obj = PyUnicode_Decode(s, size, self->encoding, self->errors); in load_counted_binstring()
/external/python/cpython3/Objects/
Dunicodeobject.c3373 return PyUnicode_Decode( in PyUnicode_FromEncodedObject()
3400 v = PyUnicode_Decode((char*) buffer.buf, buffer.len, encoding, errors); in PyUnicode_FromEncodedObject()
3455 PyUnicode_Decode(const char *s, in PyUnicode_Decode() function
3944 return PyUnicode_Decode(s, size, in PyUnicode_DecodeFSDefaultAndSize()
/external/python/cpython3/Doc/c-api/
Dunicode.rst955 .. c:function:: PyObject* PyUnicode_Decode(const char *str, Py_ssize_t size, \
/external/webp/swig/
Dlibwebp_python_wrap.c2947 name = PyUnicode_Decode(PyString_AsString(name), PyString_Size(name), NULL, NULL); in SWIG_Python_NonDynamicSetAttr()
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst5379 :c:func:`PyUnicode_Decode` when using GCC builtin strcmp().