Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c38 get_surrogateescape(_Py_error_handler errors, int *surrogateescape) in get_surrogateescape() function
251 if (get_surrogateescape(errors, &surrogateescape) < 0) { in encode_ascii()
326 if (get_surrogateescape(errors, &surrogateescape) < 0) { in decode_ascii()
382 if (get_surrogateescape(errors, &surrogateescape) < 0) { in decode_current_locale()
624 if (get_surrogateescape(errors, &surrogateescape) < 0) { in encode_current_locale()