Searched refs:PyUnicodeEncodeError_Create (Results 1 – 4 of 4) sorted by relevance
168 Py_DEPRECATED(3.3) PyAPI_FUNC(PyObject *) PyUnicodeEncodeError_Create(
2886 PyUnicodeEncodeError_Create:PyObject*::+1:2887 PyUnicodeEncodeError_Create:const char*:encoding::2888 PyUnicodeEncodeError_Create:const Py_UNICODE*:object::2889 PyUnicodeEncodeError_Create:Py_ssize_t:length::2890 PyUnicodeEncodeError_Create:Py_ssize_t:start::2891 PyUnicodeEncodeError_Create:Py_ssize_t:end::2892 PyUnicodeEncodeError_Create:const char*:reason::
2118 PyUnicodeEncodeError_Create( in PyUnicodeEncodeError_Create() function
678 .. c:function:: PyObject* PyUnicodeEncodeError_Create(const char *encoding, const Py_UNICODE *objec…