Home
last modified time | relevance | path

Searched defs:exceptionObject (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Objects/
Dunicodeobject.c4112 make_decode_exception(PyObject **exceptionObject, in make_decode_exception()
4164 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_wchar()
4268 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_writer()
6668 make_encode_exception(PyObject **exceptionObject, in make_encode_exception()
6694 raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception()
6714 PyObject *unicode, PyObject **exceptionObject, in unicode_encode_call_errorhandler()
8428 PyObject **exceptionObject, in charmap_encoding_error()
8671 make_translate_exception(PyObject **exceptionObject, in make_translate_exception()
8701 PyObject *unicode, PyObject **exceptionObject, in unicode_translate_call_errorhandler()