Lines Matching refs:surrogateescape
204 int raw_malloc, int surrogateescape) in encode_ascii() argument
231 else if (surrogateescape && 0xdc80 <= ch && ch <= 0xdcff) { in encode_ascii()
273 const char **reason, int surrogateescape) in decode_ascii() argument
295 if (!surrogateescape) { in decode_ascii()
320 const char **reason, int surrogateescape) in decode_current_locale() argument
402 if (!surrogateescape) { in decode_current_locale()
415 if (!surrogateescape) { in decode_current_locale()
451 return decode_ascii(arg, wstr, wlen, reason, surrogateescape); in decode_current_locale()
479 int current_locale, int surrogateescape) in _Py_DecodeLocaleEx() argument
484 surrogateescape); in _Py_DecodeLocaleEx()
486 return decode_current_locale(arg, wstr, wlen, reason, surrogateescape); in _Py_DecodeLocaleEx()
492 surrogateescape); in _Py_DecodeLocaleEx()
496 surrogateescape); in _Py_DecodeLocaleEx()
506 return decode_ascii(arg, wstr, wlen, reason, surrogateescape); in _Py_DecodeLocaleEx()
510 return decode_current_locale(arg, wstr, wlen, reason, surrogateescape); in _Py_DecodeLocaleEx()
552 int raw_malloc, int surrogateescape) in encode_current_locale() argument
568 if (!surrogateescape) { in encode_current_locale()
640 int raw_malloc, int current_locale, int surrogateescape) in encode_locale_ex() argument
645 raw_malloc, surrogateescape); in encode_locale_ex()
648 raw_malloc, surrogateescape); in encode_locale_ex()
654 raw_malloc, surrogateescape); in encode_locale_ex()
658 raw_malloc, surrogateescape); in encode_locale_ex()
668 raw_malloc, surrogateescape); in encode_locale_ex()
673 raw_malloc, surrogateescape); in encode_locale_ex()
724 int current_locale, int surrogateescape) in _Py_EncodeLocaleEx() argument
727 current_locale, surrogateescape); in _Py_EncodeLocaleEx()