Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c204 int raw_malloc, int surrogateescape) in encode_ascii()
273 const char **reason, int surrogateescape) in decode_ascii()
320 const char **reason, int surrogateescape) in decode_current_locale()
479 int current_locale, int surrogateescape) in _Py_DecodeLocaleEx()
552 int raw_malloc, int surrogateescape) in encode_current_locale()
640 int raw_malloc, int current_locale, int surrogateescape) in encode_locale_ex()
724 int current_locale, int surrogateescape) in _Py_EncodeLocaleEx()
/external/python/cpython3/Doc/library/
Dcodecs.rst287 .. _surrogateescape: target in Codec Base Classes
/external/python/cpython3/Objects/
Dunicodeobject.c3366 locale_error_handler(const char *errors, int *surrogateescape) in locale_error_handler()
3390 int surrogateescape; in unicode_encode_locale() local
3610 int surrogateescape; in unicode_decode_locale() local
4973 const char **reason, int surrogateescape) in _Py_DecodeUTF8Ex()
5071 const char **reason, int raw_malloc, int surrogateescape) in _Py_EncodeUTF8Ex()