Home
last modified time | relevance | path

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

/third_party/python/Include/internal/
H A Dpycore_fileutils.h16 _Py_ERROR_SURROGATEESCAPE, enumerator
/third_party/python/Python/
H A Dfileutils.c59 case _Py_ERROR_SURROGATEESCAPE: in get_surrogateescape()
656 _Py_ERROR_SURROGATEESCAPE); in Py_DecodeLocale()
830 _Py_ERROR_SURROGATEESCAPE); in encode_locale()
914 NULL, _Py_ERROR_SURROGATEESCAPE); in _Py_GetLocaleEncoding()
/third_party/python/Objects/stringlib/
H A Dcodecs.h369 case _Py_ERROR_SURROGATEESCAPE: in utf8_encoder()
/third_party/python/Objects/
H A Dunicodeobject.c403 return _Py_ERROR_SURROGATEESCAPE; in _Py_GetErrorHandler()
431 return _Py_ERROR_SURROGATEESCAPE; in get_error_handler_wide()
5199 case _Py_ERROR_SURROGATEESCAPE: in unicode_decode_utf8()
5278 case _Py_ERROR_SURROGATEESCAPE: in _Py_DecodeUTF8Ex()
5379 NULL, _Py_ERROR_SURROGATEESCAPE); in _Py_DecodeUTF8_surrogateescape()
5381 /* _Py_DecodeUTF8Ex() must support _Py_ERROR_SURROGATEESCAPE */ in _Py_DecodeUTF8_surrogateescape()
5417 case _Py_ERROR_SURROGATEESCAPE: in _Py_EncodeUTF8Ex()
7141 case _Py_ERROR_SURROGATEESCAPE: in unicode_encode_ucs1()
7311 case _Py_ERROR_SURROGATEESCAPE: in PyUnicode_DecodeASCII()

Completed in 23 milliseconds