Searched refs:PyUnicodeDecodeError_Create (Results 1 – 9 of 9) sorted by relevance
248 PyAPI_FUNC(PyObject *) PyUnicodeDecodeError_Create(
2849 PyUnicodeDecodeError_Create:PyObject*::+1:2850 PyUnicodeDecodeError_Create:const char*:encoding::2851 PyUnicodeDecodeError_Create:const char*:object::2852 PyUnicodeDecodeError_Create:Py_ssize_t:length::2853 PyUnicodeDecodeError_Create:Py_ssize_t:start::2854 PyUnicodeDecodeError_Create:Py_ssize_t:end::2855 PyUnicodeDecodeError_Create:const char*:reason::
653 function,PyUnicodeDecodeError_Create,3.2,
688 EXPORT_FUNC(PyUnicodeDecodeError_Create)
430 buf->excobj = PyUnicodeDecodeError_Create(codec->encoding, in multibytecodec_decerror()
1296 function PyUnicodeDecodeError_Create
2234 PyUnicodeDecodeError_Create( in PyUnicodeDecodeError_Create() function
4419 *exceptionObject = PyUnicodeDecodeError_Create( in make_decode_exception()
672 .. c:function:: PyObject* PyUnicodeDecodeError_Create(const char *encoding, const char *object, Py_…