Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dcodecs.h348 case _Py_ERROR_BACKSLASHREPLACE: in STRINGLIB()
/external/python/cpython3/Objects/
Dunicodeobject.c360 _Py_ERROR_BACKSLASHREPLACE, enumerator
382 return _Py_ERROR_BACKSLASHREPLACE; in get_error_handler()
6797 case _Py_ERROR_BACKSLASHREPLACE: in unicode_encode_ucs1()