Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_xxtestfuzz/
Dfuzzer.c57 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in fuzz_builtin_int()
75 if (s == NULL && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in fuzz_builtin_unicode()
179 PyErr_ExceptionMatches(PyExc_UnicodeDecodeError) in fuzz_json_loads()
/external/python/cpython3/Python/
Dcodecs.c683 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_IgnoreErrors()
721 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_ReplaceErrors()
861 if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_BackslashReplaceErrors()
1212 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_SurrogatePassErrors()
1326 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_SurrogateEscapeErrors()
/external/python/cpython2/Python/
Dcodecs.c635 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_IgnoreErrors()
676 else if (PyObject_TypeCheck(exc, (PyTypeObject *)PyExc_UnicodeDecodeError)) { in PyCodec_ReplaceErrors()
/external/python/cpython2/Include/
Dpyerrors.h153 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
/external/python/cpython3/Include/
Dpyerrors.h107 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
/external/python/cpython2/Objects/
Dexceptions.c1773 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable
1780 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "ss#nns", in PyUnicodeDecodeError_Create()
Dunicodeobject.c6308 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) in PyUnicode_RichCompare()
/external/python/cpython3/Modules/_sqlite/
Dcursor.c340 if (!converted && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in _pysqlite_fetch_one_row()
/external/python/cpython2/PC/os2emx/
Dpython27.def807 "PyExc_UnicodeDecodeError"
/external/python/cpython2/Doc/c-api/
Dexceptions.rst556 single: PyExc_UnicodeDecodeError
632 | :c:data:`PyExc_UnicodeDecodeError` | :exc:`UnicodeDecodeError` | |
/external/python/cpython3/PC/
Dpython3dll.c813 EXPORT_DATA(PyExc_UnicodeDecodeError)
/external/python/cpython3/Doc/data/
Dstable_abi.dat246 var,PyExc_UnicodeDecodeError,3.2,
Dpython3.10.abi1519 …<elf-symbol name='PyExc_UnicodeDecodeError' size='8' type='object-type' binding='global-binding' v…
7805PyExc_UnicodeDecodeError' type-id='type-id-16' mangled-name='PyExc_UnicodeDecodeError' visibility=…
/external/python/cpython3/Objects/
Dexceptions.c2231 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable
2238 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create()
Dunicodeobject.c4045 exc = PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in unicode_decode_locale()
/external/python/cpython2/Parser/
Dtokenizer.c844 if (!PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in tok_stdin_decode()
/external/python/cpython3/Doc/c-api/
Dexceptions.rst882 single: PyExc_UnicodeDecodeError
986 | :c:data:`PyExc_UnicodeDecodeError` | :exc:`UnicodeDecodeError` | |
/external/python/cpython3/Parser/
Dtokenizer.c1284 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in verify_identifier()
Dpegen.c302 || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) { in raise_tokenizer_init_error()
/external/python/cpython3/Misc/
Dstable_abi.txt690 data PyExc_UnicodeDecodeError
/external/python/cpython3/Tools/c-analyzer/
DTODO766 Objects/exceptions.c:PyExc_UnicodeDecodeError static PyTypeObject PyExc_UnicodeD…
/external/python/cpython3/Modules/
D_tkinter.c397 if (r != NULL || !PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in unicodeFromTclStringAndSize()
D_pickle.c6062 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in load_persid()
/external/python/cpython2/Modules/
D_tkinter.c473 if (!r && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in unicode_FromTclStringAndSize()
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv1783 Objects/exceptions.c - PyExc_UnicodeDecodeError -