Searched refs:PyUnicodeEncodeError_Create (Results 1 – 7 of 7) sorted by relevance
250 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…
5088 ``PyUnicodeEncodeError_Create``, ``PyUnicodeTranslateError_Create``. See