Home
last modified time | relevance | path

Searched refs:_Py_GetErrorHandler (Results 1 – 4 of 4) sorted by relevance

/third_party/python/Include/cpython/
Dfileutils.h17 PyAPI_FUNC(_Py_error_handler) _Py_GetErrorHandler(const char *errors);
/third_party/python/Objects/stringlib/
Dcodecs.h317 error_handler = _Py_GetErrorHandler(errors); in STRINGLIB()
/third_party/python/Objects/
Dunicodeobject.c401 _Py_GetErrorHandler(const char *errors) in _Py_GetErrorHandler() function
3851 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_EncodeLocale()
4073 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocaleAndSize()
4081 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeLocale()
5272 error_handler = _Py_GetErrorHandler(errors); in unicode_decode_utf8()
7242 error_handler = _Py_GetErrorHandler(errors); in unicode_encode_ucs1()
7446 error_handler = _Py_GetErrorHandler(errors); in PyUnicode_DecodeASCII()
8912 *error_handler = _Py_GetErrorHandler(errors); in charmap_encoding_error()
/third_party/python/Modules/
D_testcapimodule.c5259 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in encode_locale_ex()
5303 _Py_error_handler error_handler = _Py_GetErrorHandler(errors); in decode_locale_ex()