Lines Matching +defs:val +defs:errorHandler
4391 const char *errors, PyObject **errorHandler, in unicode_decode_call_errorhandler_wchar()
4504 const char *errors, PyObject **errorHandler, in unicode_decode_call_errorhandler_writer()
4715 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF7Stateful() local
5671 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF32Stateful() local
5818 PyObject *errorHandler = NULL; in _PyUnicode_EncodeUTF32() local
5982 PyObject *errorHandler = NULL; in PyUnicode_DecodeUTF16Stateful() local
6140 PyObject *errorHandler = NULL; in _PyUnicode_EncodeUTF16() local
6310 PyObject *errorHandler = NULL; in _PyUnicode_DecodeUnicodeEscapeInternal() local
6719 PyObject *errorHandler = NULL; in _PyUnicode_DecodeRawUnicodeEscapeStateful() local
6991 PyObject **errorHandler, in unicode_encode_call_errorhandler()
7500 PyObject *errorHandler = NULL; in decode_code_page_errors() local
7856 PyObject *errorHandler = NULL; in encode_code_page_errors() local
8115 PyObject *errorHandler = NULL, *exc = NULL; in charmap_decode_string() local
8234 PyObject *errorHandler = NULL, *exc = NULL; in charmap_decode_mapping() local
8690 int val; in charmap_encoding_error() local
8927 PyObject **errorHandler, in unicode_translate_call_errorhandler()
9203 PyObject *errorHandler = NULL; in _PyUnicode_TranslateCharmap() local
14423 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type) in _PyUnicode_FormatLong()