Home
last modified time | relevance | path

Searched refs:_Py_ERROR_IGNORE (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/cpython/
Dfileutils.h10 _Py_ERROR_IGNORE, enumerator
/third_party/python/Objects/stringlib/
Dcodecs.h335 case _Py_ERROR_IGNORE: in STRINGLIB()
/third_party/python/Objects/
Dunicodeobject.c413 return _Py_ERROR_IGNORE; in _Py_GetErrorHandler()
441 return _Py_ERROR_IGNORE; in get_error_handler_wide()
5275 case _Py_ERROR_IGNORE: in unicode_decode_utf8()
7253 case _Py_ERROR_IGNORE: in unicode_encode_ucs1()
7467 case _Py_ERROR_IGNORE: in PyUnicode_DecodeASCII()
8931 case _Py_ERROR_IGNORE: in charmap_encoding_error()