Searched refs:_Py_ERROR_UNKNOWN (Results 1 – 2 of 2) sorted by relevance
271 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in STRINGLIB()315 if (error_handler == _Py_ERROR_UNKNOWN) { in STRINGLIB()
355 _Py_ERROR_UNKNOWN=0, enumerator4839 _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()