Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dfileutils.h25 _Py_ERROR_STRICT, enumerator
/external/python/cpython3/Python/
Dfileutils.c42 case _Py_ERROR_STRICT: in get_surrogateescape()
/external/python/cpython3/Objects/
Dunicodeobject.c376 return _Py_ERROR_STRICT; in _Py_GetErrorHandler()
404 return _Py_ERROR_STRICT; in get_error_handler_wide()
5056 case _Py_ERROR_STRICT: in _Py_DecodeUTF8Ex()
5195 case _Py_ERROR_STRICT: in _Py_EncodeUTF8Ex()
6831 case _Py_ERROR_STRICT: in unicode_encode_ucs1()
8480 case _Py_ERROR_STRICT: in charmap_encoding_error()
15669 res = _Py_EncodeUTF8Ex(wstr, str, NULL, NULL, 1, _Py_ERROR_STRICT); in encode_wstr_utf8()