Home
last modified time | relevance | path

Searched defs:surrogateescape (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Python/
Dfileutils.c50 get_surrogateescape(_Py_error_handler errors, int *surrogateescape) in get_surrogateescape()
317 int surrogateescape; in encode_ascii() local
392 int surrogateescape; in decode_ascii() local
448 int surrogateescape; in decode_current_locale() local
672 int surrogateescape; in encode_current_locale() local
/third_party/python/Doc/library/
Dcodecs.rst294 .. _surrogateescape: target in Codec Base Classes
/third_party/python/Objects/
Dunicodeobject.c5358 int surrogateescape = 0; in _Py_DecodeUTF8Ex() local
5497 int surrogateescape = 0; in _Py_EncodeUTF8Ex() local