Home
last modified time | relevance | path

Searched refs:PyExc_UnicodeDecodeError (Results 1 – 19 of 19) sorted by relevance

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c62 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in fuzz_builtin_int()
80 if (s == NULL && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in fuzz_builtin_unicode()
184 PyErr_ExceptionMatches(PyExc_UnicodeDecodeError) in fuzz_json_loads()
/external/python/cpython3/Python/
Dcodecs.c667 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_IgnoreErrors()
705 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_ReplaceErrors()
845 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_BackslashReplaceErrors()
1190 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_SurrogatePassErrors()
1304 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_SurrogateEscapeErrors()
/external/python/cpython3/Include/
Dpyerrors.h118 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
/external/python/cpython3/Parser/
Dpegen_errors.c17 || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) { in _PyPegen_raise_tokenizer_init_error()
/external/python/cpython3/Modules/cjkcodecs/
Dmultibytecodec.c875 PyErr_SetObject(PyExc_UnicodeDecodeError, excobj); in decoder_append_pending()
1301 PyErr_SetObject(PyExc_UnicodeDecodeError, excobj); in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dglobals-to-fix.tsv276 Objects/exceptions.c - PyExc_UnicodeDecodeError -
/external/python/cpython3/Modules/_sqlite/
Dcursor.c401 if (!converted && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in _pysqlite_fetch_one_row()
/external/python/cpython3/PC/
Dpython3dll.c875 EXPORT_DATA(PyExc_UnicodeDecodeError)
/external/python/cpython3/Doc/data/
Dstable_abi.dat261 data,PyExc_UnicodeDecodeError,3.2,,
Dpython3.13.abi1566 …<elf-symbol name='PyExc_UnicodeDecodeError' size='8' type='object-type' binding='global-binding' v…
6629PyExc_UnicodeDecodeError' type-id='type-id-4' mangled-name='PyExc_UnicodeDecodeError' visibility='…
/external/python/cpython3/Parser/lexer/
Dlexer.c323 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in verify_identifier()
/external/python/cpython3/Objects/
Dexceptions.c3143 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable
3150 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create()
Dtypeobject.c10880 && typeobj != PyExc_UnicodeDecodeError in expect_manually_inherited()
Dunicodeobject.c3884 exc = PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in unicode_decode_locale()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst1020 single: PyExc_UnicodeDecodeError (C var)
1126 | :c:data:`PyExc_UnicodeDecodeError` | :exc:`UnicodeDecodeError` | |
/external/python/cpython3/Tools/c-analyzer/
DTODO713 Objects/exceptions.c:PyExc_UnicodeDecodeError static PyTypeObject PyExc_UnicodeD…
/external/python/cpython3/Modules/
D_tkinter.c404 if (r != NULL || !PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in unicodeFromTclStringAndSize()
D_pickle.c6036 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in load_persid()
/external/python/cpython3/Misc/
Dstable_abi.toml795 [data.PyExc_UnicodeDecodeError]