Searched refs:_Py_error_handler (Results 1 – 7 of 7) sorted by relevance
/external/python/cpython3/Include/ |
D | fileutils.h | 33 } _Py_error_handler; typedef 35 PyAPI_FUNC(_Py_error_handler) _Py_GetErrorHandler(const char *errors); 43 _Py_error_handler errors); 51 _Py_error_handler errors);
|
/external/python/cpython3/Include/internal/ |
D | pycore_fileutils.h | 21 _Py_error_handler errors); 29 _Py_error_handler errors);
|
D | pycore_pystate.h | 106 _Py_error_handler error_handler;
|
/external/python/cpython3/Python/ |
D | fileutils.c | 38 get_surrogateescape(_Py_error_handler errors, int *surrogateescape) in get_surrogateescape() 244 int raw_malloc, _Py_error_handler errors) in encode_ascii() 318 const char **reason, _Py_error_handler errors) in decode_ascii() 370 const char **reason, _Py_error_handler errors) in decode_current_locale() 536 int current_locale, _Py_error_handler errors) in _Py_DecodeLocaleEx() 616 int raw_malloc, _Py_error_handler errors) in encode_current_locale() 727 int raw_malloc, int current_locale, _Py_error_handler errors) in encode_locale_ex() 816 int current_locale, _Py_error_handler errors) in _Py_EncodeLocaleEx()
|
/external/python/cpython3/Objects/ |
D | unicodeobject.c | 269 unicode_encode_utf8(PyObject *unicode, _Py_error_handler error_handler, 273 _Py_error_handler error_handler, const char *errors, 372 _Py_error_handler 400 static _Py_error_handler 3491 unicode_encode_locale(PyObject *unicode, _Py_error_handler error_handler, in unicode_encode_locale() 3543 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_EncodeLocale() 3559 _Py_error_handler errors; in PyUnicode_EncodeFSDefault() 3577 _Py_error_handler errors; in PyUnicode_EncodeFSDefault() 3722 _Py_error_handler errors, int current_locale) in unicode_decode_locale() 3765 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize() [all …]
|
/external/python/cpython3/Objects/stringlib/ |
D | codecs.h | 263 _Py_error_handler error_handler, in STRINGLIB()
|
/external/python/cpython3/Modules/ |
D | _testcapimodule.c | 4946 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in encode_locale_ex() 4990 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in decode_locale_ex()
|