Searched defs:exceptionObject (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Objects/ |
D | unicodeobject.c | 4412 make_decode_exception(PyObject **exceptionObject, in make_decode_exception() 4464 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_wchar() 4577 Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler_writer() 7083 make_encode_exception(PyObject **exceptionObject, in make_encode_exception() 7109 raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception() 7129 PyObject *unicode, PyObject **exceptionObject, in unicode_encode_call_errorhandler() 8863 PyObject **exceptionObject, in charmap_encoding_error() 9106 make_translate_exception(PyObject **exceptionObject, in make_translate_exception() 9136 PyObject *unicode, PyObject **exceptionObject, in unicode_translate_call_errorhandler()
|