Searched refs:PyUnicodeDecodeError_Create (Results 1 – 10 of 10) sorted by relevance
259 PyAPI_FUNC(PyObject *) PyUnicodeDecodeError_Create(
2824 PyUnicodeDecodeError_Create:PyObject*::+1:2825 PyUnicodeDecodeError_Create:const char*:encoding::2826 PyUnicodeDecodeError_Create:const char*:object::2827 PyUnicodeDecodeError_Create:Py_ssize_t:length::2828 PyUnicodeDecodeError_Create:Py_ssize_t:start::2829 PyUnicodeDecodeError_Create:Py_ssize_t:end::2830 PyUnicodeDecodeError_Create:const char*:reason::
700 func,PyUnicodeDecodeError_Create,3.2,,
820 …<elf-symbol name='PyUnicodeDecodeError_Create' type='func-type' binding='global-binding' visibilit…6843 …PyUnicodeDecodeError_Create' mangled-name='PyUnicodeDecodeError_Create' filepath='Objects/exceptio…
433 buf->excobj = PyUnicodeDecodeError_Create(codec->encoding, in multibytecodec_decerror()868 PyObject *excobj = PyUnicodeDecodeError_Create(ctx->codec->encoding, in decoder_append_pending()1296 PyObject *excobj = PyUnicodeDecodeError_Create(self->codec->encoding, in _multibytecodec_MultibyteIncrementalDecoder_setstate_impl()
744 EXPORT_FUNC(PyUnicodeDecodeError_Create)
1405 [function.PyUnicodeDecodeError_Create]
3146 PyUnicodeDecodeError_Create( in PyUnicodeDecodeError_Create() function
4180 *exceptionObject = PyUnicodeDecodeError_Create( in make_decode_exception()
831 .. c:function:: PyObject* PyUnicodeDecodeError_Create(const char *encoding, const char *object, Py_…