Home
last modified time | relevance | path

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

/third_party/python/Objects/
Dunicodeobject.c4342 make_decode_exception(PyObject **exceptionObject, in make_decode_exception()
4394 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_wchar()
4507 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_writer()
6974 make_encode_exception(PyObject **exceptionObject, in make_encode_exception()
7000 raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception()
7020 PyObject *unicode, PyObject **exceptionObject, in unicode_encode_call_errorhandler()
8699 PyObject **exceptionObject, in charmap_encoding_error()
8926 make_translate_exception(PyObject **exceptionObject, in make_translate_exception()
8956 PyObject *unicode, PyObject **exceptionObject, in unicode_translate_call_errorhandler()