Searched refs:_Py_ERROR_UNKNOWN (Results 1 – 3 of 3) sorted by relevance
6 _Py_ERROR_UNKNOWN=0, enumerator
316 if (error_handler == _Py_ERROR_UNKNOWN) { in STRINGLIB()
3880 assert(errors != _Py_ERROR_UNKNOWN); in PyUnicode_EncodeFSDefault()4118 assert(errors != _Py_ERROR_UNKNOWN); in PyUnicode_DecodeFSDefaultAndSize()5271 if (error_handler == _Py_ERROR_UNKNOWN) in unicode_decode_utf8()5333 return unicode_decode_utf8(s, size, _Py_ERROR_UNKNOWN, errors, consumed); in PyUnicode_DecodeUTF8Stateful()5721 return unicode_encode_utf8(unicode, _Py_ERROR_UNKNOWN, errors); in _PyUnicode_AsUTF8String()7198 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in unicode_encode_ucs1()7241 if (error_handler == _Py_ERROR_UNKNOWN) in unicode_encode_ucs1()7405 _Py_error_handler error_handler = _Py_ERROR_UNKNOWN; in PyUnicode_DecodeASCII()7445 if (error_handler == _Py_ERROR_UNKNOWN) in PyUnicode_DecodeASCII()8911 if (*error_handler == _Py_ERROR_UNKNOWN) in charmap_encoding_error()[all …]