Searched refs:PyExc_UnicodeDecodeError (Results 1 – 17 of 17) sorted by relevance
| /third_party/python/Modules/_xxtestfuzz/ |
| D | fuzzer.c | 57 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/ |
| D | codecs.c | 683 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/ |
| D | pyerrors.h | 107 PyAPI_DATA(PyObject *) PyExc_UnicodeDecodeError;
|
| /third_party/python/Parser/ |
| D | pegen_errors.c | 15 || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) { in _PyPegen_raise_tokenizer_init_error()
|
| D | tokenizer.c | 1280 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in verify_identifier()
|
| D | pegen.c | 303 || PyErr_ExceptionMatches(PyExc_UnicodeDecodeError))) { in raise_tokenizer_init_error()
|
| /third_party/python/Modules/_sqlite/ |
| D | cursor.c | 340 if (!converted && PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in _pysqlite_fetch_one_row()
|
| /third_party/python/Doc/data/ |
| D | stable_abi.dat | 246 var,PyExc_UnicodeDecodeError,3.2,
|
| /third_party/python/PC/ |
| D | python3dll.c | 813 EXPORT_DATA(PyExc_UnicodeDecodeError)
|
| /third_party/python/Objects/ |
| D | exceptions.c | 2231 PyObject *PyExc_UnicodeDecodeError = (PyObject *)&_PyExc_UnicodeDecodeError; variable 2238 return PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in PyUnicodeDecodeError_Create()
|
| D | unicodeobject.c | 4045 exc = PyObject_CallFunction(PyExc_UnicodeDecodeError, "sy#nns", in unicode_decode_locale()
|
| /third_party/python/Doc/c-api/ |
| D | exceptions.rst | 881 single: PyExc_UnicodeDecodeError 985 | :c:data:`PyExc_UnicodeDecodeError` | :exc:`UnicodeDecodeError` | |
|
| /third_party/python/Misc/ |
| D | stable_abi.txt | 690 data PyExc_UnicodeDecodeError
|
| /third_party/python/Tools/c-analyzer/ |
| D | TODO | 766 Objects/exceptions.c:PyExc_UnicodeDecodeError static PyTypeObject PyExc_UnicodeD…
|
| /third_party/python/Modules/ |
| D | _tkinter.c | 397 if (r != NULL || !PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in unicodeFromTclStringAndSize()
|
| D | _pickle.c | 6062 if (PyErr_ExceptionMatches(PyExc_UnicodeDecodeError)) { in load_persid()
|
| /third_party/python/Tools/c-analyzer/cpython/ |
| D | ignored.tsv | 1783 Objects/exceptions.c - PyExc_UnicodeDecodeError -
|