Searched refs:PyUnicodeDecodeError_Create (Results 1 – 13 of 13) sorted by relevance
246 PyAPI_FUNC(PyObject *) PyUnicodeDecodeError_Create(
2831 PyUnicodeDecodeError_Create:PyObject*::+1:2832 PyUnicodeDecodeError_Create:const char*:encoding::2833 PyUnicodeDecodeError_Create:const char*:object::2834 PyUnicodeDecodeError_Create:Py_ssize_t:length::2835 PyUnicodeDecodeError_Create:Py_ssize_t:start::2836 PyUnicodeDecodeError_Create:Py_ssize_t:end::2837 PyUnicodeDecodeError_Create:const char*:reason::
390 PyAPI_FUNC(PyObject *) PyUnicodeDecodeError_Create(
603 PyUnicodeDecodeError_Create=python37.PyUnicodeDecodeError_Create
757 "PyUnicodeDecodeError_Create"
407 buf->excobj = PyUnicodeDecodeError_Create(codec->encoding, in multibytecodec_decerror()
408 buf->excobj = PyUnicodeDecodeError_Create(codec->encoding, in multibytecodec_decerror()
1776 PyUnicodeDecodeError_Create( in PyUnicodeDecodeError_Create() function
1483 *exceptionObject = PyUnicodeDecodeError_Create( in unicode_decode_call_errorhandler()
413 .. c:function:: PyObject* PyUnicodeDecodeError_Create(const char *encoding, const char *object, Py_…
2074 PyUnicodeDecodeError_Create( in PyUnicodeDecodeError_Create() function
4081 *exceptionObject = PyUnicodeDecodeError_Create( in make_decode_exception()
621 .. c:function:: PyObject* PyUnicodeDecodeError_Create(const char *encoding, const char *object, Py_…