Searched refs:PyUnicodeDecodeError_Create (Results 1 – 9 of 9) sorted by relevance
255 PyAPI_FUNC(PyObject *) PyUnicodeDecodeError_Create(
2786 PyUnicodeDecodeError_Create:PyObject*::+1:2787 PyUnicodeDecodeError_Create:const char*:encoding::2788 PyUnicodeDecodeError_Create:const char*:object::2789 PyUnicodeDecodeError_Create:Py_ssize_t:length::2790 PyUnicodeDecodeError_Create:Py_ssize_t:start::2791 PyUnicodeDecodeError_Create:Py_ssize_t:end::2792 PyUnicodeDecodeError_Create:const char*:reason::
673 function,PyUnicodeDecodeError_Create,3.2,,
701 EXPORT_FUNC(PyUnicodeDecodeError_Create)
429 buf->excobj = PyUnicodeDecodeError_Create(codec->encoding, in multibytecodec_decerror()
1388 [function.PyUnicodeDecodeError_Create]
714 .. c:function:: PyObject* PyUnicodeDecodeError_Create(const char *encoding, const char *object, Py_…
3075 PyUnicodeDecodeError_Create( in PyUnicodeDecodeError_Create() function
4349 *exceptionObject = PyUnicodeDecodeError_Create( in make_decode_exception()