Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h8 _Py_ERROR_SURROGATEESCAPE, enumerator
/third_party/python/Python/
Dfileutils.c45 case _Py_ERROR_SURROGATEESCAPE: in get_surrogateescape()
601 _Py_ERROR_SURROGATEESCAPE); in Py_DecodeLocale()
775 _Py_ERROR_SURROGATEESCAPE); in encode_locale()
/third_party/python/Objects/stringlib/
Dcodecs.h370 case _Py_ERROR_SURROGATEESCAPE: in STRINGLIB()
/third_party/python/Objects/
Dunicodeobject.c399 return _Py_ERROR_SURROGATEESCAPE; in _Py_GetErrorHandler()
427 return _Py_ERROR_SURROGATEESCAPE; in get_error_handler_wide()
5087 case _Py_ERROR_SURROGATEESCAPE: in unicode_decode_utf8()
5166 case _Py_ERROR_SURROGATEESCAPE: in _Py_DecodeUTF8Ex()
5267 NULL, _Py_ERROR_SURROGATEESCAPE); in _Py_DecodeUTF8_surrogateescape()
5305 case _Py_ERROR_SURROGATEESCAPE: in _Py_EncodeUTF8Ex()
7030 case _Py_ERROR_SURROGATEESCAPE: in unicode_encode_ucs1()
7203 case _Py_ERROR_SURROGATEESCAPE: in PyUnicode_DecodeASCII()