Lines Matching defs:error_handler
3729 unicode_encode_locale(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_locale()
3781 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_EncodeLocale() local
4003 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize() local
4011 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocale() local
5096 _Py_error_handler error_handler, const char *errors, in unicode_decode_utf8()
5535 unicode_encode_utf8(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_utf8()
7089 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in unicode_encode_ucs1() local
7292 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in PyUnicode_DecodeASCII() local
8700 _Py_error_handler *error_handler, PyObject **error_handler_obj, const char *errors, in charmap_encoding_error()
8856 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in _PyUnicode_EncodeCharmap() local
15987 _Py_error_handler error_handler; in init_fs_codec() local