Home
last modified time | relevance | path

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

/third_party/python/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()
/third_party/python/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()
/third_party/python/Include/
Dpyerrors.h107 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
/third_party/python/Parser/
Dpegen_errors.c15 || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) { in _PyPegen_raise_tokenizer_init_error()
Dtokenizer.c1280 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in verify_identifier()
Dpegen.c303 || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) { in raise_tokenizer_init_error()
/third_party/python/Modules/_sqlite/
Dcursor.c340 if (!converted && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in _pysqlite_fetch_one_row()
/third_party/python/Doc/data/
Dstable_abi.dat246 var,PyExc_UnicodeDecodeError,3.2,
/third_party/python/PC/
Dpython3dll.c813 EXPORT_DATA(PyExc_UnicodeDecodeError)
/third_party/python/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()
/third_party/python/Doc/c-api/
Dexceptions.rst881 single: PyExc_UnicodeDecodeError
985 | :c:data:`PyExc_UnicodeDecodeError` | :exc:`UnicodeDecodeError` | |
/third_party/python/Misc/
Dstable_abi.txt690 data PyExc_UnicodeDecodeError
/third_party/python/Tools/c-analyzer/
DTODO766 Objects/exceptions.c:PyExc_UnicodeDecodeError static PyTypeObject PyExc_UnicodeD…
/third_party/python/Modules/
D_tkinter.c397 if (r != NULL || !PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in unicodeFromTclStringAndSize()
D_pickle.c6062 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in load_persid()
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv1783 Objects/exceptions.c - PyExc_UnicodeDecodeError -