Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c38 get_surrogateescape(_Py_error_handler errors, int *surrogateescape) in get_surrogateescape()
250 int surrogateescape; in encode_ascii() local
325 int surrogateescape; in decode_ascii() local
381 int surrogateescape; in decode_current_locale() local
623 int surrogateescape; in encode_current_locale() local
/third_party/python/Doc/library/
Dcodecs.rst287 .. _surrogateescape: target in Codec Base Classes
/third_party/python/Objects/
Dunicodeobject.c5160 int surrogateescape = 0; in _Py_DecodeUTF8Ex() local
5299 int surrogateescape = 0; in _Py_EncodeUTF8Ex() local