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()
6947 make_encode_exception(PyObject **exceptionObject, in make_encode_exception()
6973 raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception()
6993 PyObject *unicode, PyObject **exceptionObject, in unicode_encode_call_errorhandler()
8672 PyObject **exceptionObject, in charmap_encoding_error()
8899 make_translate_exception(PyObject **exceptionObject, in make_translate_exception()
8929 PyObject *unicode, PyObject **exceptionObject, in unicode_translate_call_errorhandler()