Searched refs:PyUnicodeDecodeError_Create (Results 1 – 12 of 12) sorted by relevance
246 PyAPI_FUNC(PyObject *) PyUnicodeDecodeError_Create(
391 PyAPI_FUNC(PyObject *) PyUnicodeDecodeError_Create(
595 PyUnicodeDecodeError_Create=python36.PyUnicodeDecodeError_Create
757 "PyUnicodeDecodeError_Create"
409 buf->excobj = PyUnicodeDecodeError_Create(codec->encoding, in multibytecodec_decerror()
403 buf->excobj = PyUnicodeDecodeError_Create(codec->encoding, in multibytecodec_decerror()
1782 PyUnicodeDecodeError_Create( in PyUnicodeDecodeError_Create() function
1483 *exceptionObject = PyUnicodeDecodeError_Create( in unicode_decode_call_errorhandler()
418 .. c:function:: PyObject* PyUnicodeDecodeError_Create(const char *encoding, const char *object, Py_…
2032 PyUnicodeDecodeError_Create( in PyUnicodeDecodeError_Create() function
4218 *exceptionObject = PyUnicodeDecodeError_Create( in make_decode_exception()
612 .. c:function:: PyObject* PyUnicodeDecodeError_Create(const char *encoding, const char *object, Py_…