Searched refs:PyUnicodeEncodeError_Create (Results 1 – 10 of 10) sorted by relevance
250 PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
2868 PyUnicodeEncodeError_Create:PyObject*::+1:2869 PyUnicodeEncodeError_Create:const char*:encoding::2870 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::2871 PyUnicodeEncodeError_Create:Py_ssize_t:length::2872 PyUnicodeEncodeError_Create:Py_ssize_t:start::2873 PyUnicodeEncodeError_Create:Py_ssize_t:end::2874 PyUnicodeEncodeError_Create:const char*:reason::
401 PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
758 "PyUnicodeEncodeError_Create"
289 buf->excobj = PyUnicodeEncodeError_Create(codec->encoding, in multibytecodec_encerror()
1692 PyUnicodeEncodeError_Create( in PyUnicodeEncodeError_Create() function
3533 *exceptionObject = PyUnicodeEncodeError_Create( in make_encode_exception()
418 .. c:function:: PyObject* PyUnicodeEncodeError_Create(const char *encoding, const Py_UNICODE *objec…
1958 PyUnicodeEncodeError_Create( in PyUnicodeEncodeError_Create() function
627 .. c:function:: PyObject* PyUnicodeEncodeError_Create(const char *encoding, const Py_UNICODE *objec…