Searched defs:exceptionObject (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/ |
D | unicodeobject.c | 1402 … Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler() 3474 static void make_encode_exception(PyObject **exceptionObject, in make_encode_exception() 3499 static void raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception() 3518 … const Py_UNICODE *unicode, Py_ssize_t size, PyObject **exceptionObject, in unicode_encode_call_errorhandler() 4556 PyObject **exceptionObject, in charmap_encoding_error() 4747 static void make_translate_exception(PyObject **exceptionObject, in make_translate_exception() 4771 static void raise_translate_exception(PyObject **exceptionObject, in raise_translate_exception() 4789 … const Py_UNICODE *unicode, Py_ssize_t size, PyObject **exceptionObject, in unicode_translate_call_errorhandler()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | unicodeobject.c | 1460 … Py_ssize_t *endinpos, PyObject **exceptionObject, const char **inptr, in unicode_decode_call_errorhandler() 3519 static void make_encode_exception(PyObject **exceptionObject, in make_encode_exception() 3543 static void raise_encode_exception(PyObject **exceptionObject, in raise_encode_exception() 3562 … const Py_UNICODE *unicode, Py_ssize_t size, PyObject **exceptionObject, in unicode_encode_call_errorhandler() 4641 PyObject **exceptionObject, in charmap_encoding_error() 4841 static void make_translate_exception(PyObject **exceptionObject, in make_translate_exception() 4864 static void raise_translate_exception(PyObject **exceptionObject, in raise_translate_exception() 4882 … const Py_UNICODE *unicode, Py_ssize_t size, PyObject **exceptionObject, in unicode_translate_call_errorhandler()
|