Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dfileutils.h12 _Py_ERROR_SURROGATEPASS, enumerator
/third_party/python/Objects/stringlib/
Dcodecs.h339 case _Py_ERROR_SURROGATEPASS: in STRINGLIB()
/third_party/python/Objects/
Dunicodeobject.c419 return _Py_ERROR_SURROGATEPASS; in _Py_GetErrorHandler()
447 return _Py_ERROR_SURROGATEPASS; in get_error_handler_wide()
5367 case _Py_ERROR_SURROGATEPASS: in _Py_DecodeUTF8Ex()
5506 case _Py_ERROR_SURROGATEPASS: in _Py_EncodeUTF8Ex()