Lines Matching defs:error_handler
3799 unicode_encode_locale(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_locale()
3851 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_EncodeLocale() local
4073 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize() local
4081 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocale() local
5182 _Py_error_handler error_handler, const char *errors, in unicode_decode_utf8()
5621 unicode_encode_utf8(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_utf8()
7198 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in unicode_encode_ucs1() local
7405 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in PyUnicode_DecodeASCII() local
8864 _Py_error_handler *error_handler, PyObject **error_handler_obj, const char *errors, in charmap_encoding_error()
9020 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in _PyUnicode_EncodeCharmap() local
16225 _Py_error_handler error_handler; in init_fs_codec() local