Searched refs:PyUnicodeDecodeError_SetStart (Results 1 – 8 of 8) sorted by relevance
275 PyAPI_FUNC(int) PyUnicodeDecodeError_SetStart(PyObject *, Py_ssize_t);
274 PyAPI_FUNC(int) PyUnicodeDecodeError_SetStart(PyObject *, Py_ssize_t);
414 if (PyUnicodeDecodeError_SetStart(buf->excobj, start) || in multibytecodec_decerror()
417 if (PyUnicodeDecodeError_SetStart(buf->excobj, start) || in multibytecodec_decerror()
1439 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart() function
1487 if (PyUnicodeDecodeError_SetStart(*exceptionObject, *startinpos)) in unicode_decode_call_errorhandler()
1435 PyUnicodeDecodeError_SetStart(PyObject *exc, Py_ssize_t start) in PyUnicodeDecodeError_SetStart() function
1429 if (PyUnicodeDecodeError_SetStart(*exceptionObject, *startinpos)) in unicode_decode_call_errorhandler()