Searched refs:_Py_error_handler (Results 1 - 6 of 6) sorted by relevance
/third_party/python/Include/internal/ |
H A D | pycore_fileutils.h | 23 } _Py_error_handler; typedef 25 PyAPI_FUNC(_Py_error_handler) _Py_GetErrorHandler(const char *errors); 33 _Py_error_handler errors); 41 _Py_error_handler errors); 186 _Py_error_handler errors); 194 _Py_error_handler errors);
|
H A D | pycore_unicodeobject.h | 11 #include "pycore_fileutils.h" // _Py_error_handler 41 _Py_error_handler error_handler;
|
/third_party/python/Python/ |
H A D | fileutils.c | 52 get_surrogateescape(_Py_error_handler errors, int *surrogateescape) in get_surrogateescape() 317 int raw_malloc, _Py_error_handler errors) in encode_ascii() 391 const char **reason, _Py_error_handler errors) in decode_ascii() 443 const char **reason, _Py_error_handler errors) in decode_current_locale() 591 int current_locale, _Py_error_handler errors) in _Py_DecodeLocaleEx() 671 int raw_malloc, _Py_error_handler errors) in encode_current_locale() 782 int raw_malloc, int current_locale, _Py_error_handler errors) in encode_locale_ex() 871 int current_locale, _Py_error_handler errors) in _Py_EncodeLocaleEx()
|
/third_party/python/Modules/ |
H A D | _testinternalcapi.c | 420 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in encode_locale_ex() 464 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in decode_locale_ex()
|
/third_party/python/Objects/ |
H A D | unicodeobject.c | 238 unicode_encode_utf8(PyObject *unicode, _Py_error_handler error_handler, 242 _Py_error_handler error_handler, const char *errors, 396 _Py_error_handler 424 static _Py_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() 3809 _Py_error_handler errors = get_error_handler_wide(filesystem_errors); in PyUnicode_EncodeFSDefault() 3960 _Py_error_handler errors, int current_locale) in unicode_decode_locale() 4003 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize() 4011 _Py_error_handler error_handle in PyUnicode_DecodeLocale() [all...] |
/third_party/python/Objects/stringlib/ |
H A D | codecs.h | 265 _Py_error_handler error_handler, in utf8_encoder()
|
Completed in 16 milliseconds