Searched refs:PyUnicodeEncodeError_Create (Results 1 – 10 of 10) sorted by relevance
152 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
250 PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
2903 PyUnicodeEncodeError_Create:PyObject*::+1:2904 PyUnicodeEncodeError_Create:const char*:encoding::2905 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::2906 PyUnicodeEncodeError_Create:Py_ssize_t:length::2907 PyUnicodeEncodeError_Create:Py_ssize_t:start::2908 PyUnicodeEncodeError_Create:Py_ssize_t:end::2909 PyUnicodeEncodeError_Create:const char*:reason::
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…
1975 PyUnicodeEncodeError_Create( in PyUnicodeEncodeError_Create() function
632 .. c:function:: PyObject* PyUnicodeEncodeError_Create(const char *encoding, const Py_UNICODE *objec…