Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/stringlib/
Dcodecs.h271 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in STRINGLIB()
315 if (error_handler == _Py_ERROR_UNKNOWN) { in STRINGLIB()
/external/python/cpython3/Objects/
Dunicodeobject.c355 _Py_ERROR_UNKNOWN=0, enumerator
4839 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in PyUnicode_DecodeUTF8Stateful()
4903 if (error_handler == _Py_ERROR_UNKNOWN) in PyUnicode_DecodeUTF8Stateful()
6738 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in unicode_encode_ucs1()
6781 if (error_handler == _Py_ERROR_UNKNOWN) in unicode_encode_ucs1()
6951 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in PyUnicode_DecodeASCII()
6985 if (error_handler == _Py_ERROR_UNKNOWN) in PyUnicode_DecodeASCII()
8443 if (*error_handler == _Py_ERROR_UNKNOWN) in charmap_encoding_error()
8552 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in _PyUnicode_EncodeCharmap()