Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/python/cpython2/Include/
Dunicodeobject.h165 # define PyUnicode_Decode PyUnicodeUCS2_Decode macro
252 # define PyUnicode_Decode PyUnicodeUCS4_Decode macro
685 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/aosp_15_r20/external/python/cpython2/Doc/data/
Drefcounts.dat1509 PyUnicode_Decode:PyObject*::+1:
1510 PyUnicode_Decode:const char*:s::
1511 PyUnicode_Decode:int:size::
1512 PyUnicode_Decode:const char*:encoding::
1513 PyUnicode_Decode:const char*:errors::
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/include/
H A Dcext.h137 PyUnicode_Decode( \
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/include/
H A Dcext.h175 PyUnicode_Decode( \
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/include/python3.11/
Dunicodeobject.h358 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/include/python3.11/
Dunicodeobject.h358 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/aosp_15_r20/external/python/cpython3/Include/
Dunicodeobject.h358 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/include/python3.11/
Dunicodeobject.h358 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/include/python3.11/
Dunicodeobject.h358 PyAPI_FUNC(PyObject*) PyUnicode_Decode(
/aosp_15_r20/external/python/cpython3/Doc/data/
Drefcounts.dat2456 PyUnicode_Decode:PyObject*::+1:
2457 PyUnicode_Decode:const char*:s::
2458 PyUnicode_Decode:Py_ssize_t:size::
2459 PyUnicode_Decode:const char*:encoding::
2460 PyUnicode_Decode:const char*:errors::
Dstable_abi.dat725 function,PyUnicode_Decode,3.2,,
/aosp_15_r20/external/python/cpython2/Parser/
Dtokenizer.c615 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in translate_into_utf8()
810 decoded = PyUnicode_Decode(*inp, strlen(*inp), encoding, NULL); in tok_stdin_decode()
/aosp_15_r20/external/python/cpython3/Misc/
Dvalgrind-python.supp301 fun:PyUnicode_Decode
Dstable_abi.toml1478 [function.PyUnicode_Decode]
/aosp_15_r20/external/python/cpython3/PC/
Dpython3dll.c643 EXPORT_FUNC(PyUnicode_Decode)
/aosp_15_r20/external/python/cpython3/Modules/_sqlite/
Dcursor.c408 error_msg = PyUnicode_Decode(buf, strlen(buf), "ascii", "replace"); in _pysqlite_fetch_one_row()
/aosp_15_r20/external/python/cpython2/Objects/
Dunicodeobject.c1228 v = PyUnicode_Decode(s, len, encoding, errors); in PyUnicode_FromEncodedObject()
1235 PyObject *PyUnicode_Decode(const char *s, in PyUnicode_Decode() function
8301 unistr = PyUnicode_Decode(str, 1, NULL, "strict"); in formatchar()
8597 unicode = PyUnicode_Decode(PyString_AS_STRING(temp), in PyUnicode_Format()
/aosp_15_r20/external/python/cpython3/Python/
Derrors.c1783 res = PyUnicode_Decode(linebuf, strlen(linebuf), encoding, "replace"); in err_programtext()
Dbltinmodule.c2240 result = PyUnicode_Decode(s, len, stdin_encoding_str, in builtin_input_impl()
/aosp_15_r20/external/python/cpython3/Modules/
Dpyexpat.c1100 u = PyUnicode_Decode((char*) template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
/aosp_15_r20/external/python/cpython2/Modules/
Dpyexpat.c1250 PyUnicode_Decode(template_buffer, 256, name, "replace"); in PyUnknownEncodingHandler()
D_testcapimodule.c1667 obj = PyUnicode_Decode("test", strlen("test"), in test_u_code()
D_elementtree.c2484 u = PyUnicode_Decode((char*) s, 256, name, "replace");
/aosp_15_r20/external/python/cpython3/Parser/
Dtokenizer.c613 PyObject* buf = PyUnicode_Decode(str, strlen(str), enc, NULL); in translate_into_utf8()
/aosp_15_r20/external/python/cpython3/Objects/
Dunicodeobject.c3464 return PyUnicode_Decode( in PyUnicode_FromEncodedObject()
3491 v = PyUnicode_Decode((char*) buffer.buf, buffer.len, encoding, errors); in PyUnicode_FromEncodedObject()
3546 PyUnicode_Decode(const char *s, in PyUnicode_Decode() function
4035 return PyUnicode_Decode(s, size, in PyUnicode_DecodeFSDefaultAndSize()

12