Lines Matching refs:IcuTestErrorCode
21 IcuTestErrorCode::~IcuTestErrorCode() { in ~IcuTestErrorCode()
28 UBool IcuTestErrorCode::errIfFailureAndReset() { in errIfFailureAndReset()
39 UBool IcuTestErrorCode::errIfFailureAndReset(const char *fmt, ...) { in errIfFailureAndReset()
55 UBool IcuTestErrorCode::errDataIfFailureAndReset() { in errDataIfFailureAndReset()
66 UBool IcuTestErrorCode::errDataIfFailureAndReset(const char *fmt, ...) { in errDataIfFailureAndReset()
82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset()
91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset()
105 void IcuTestErrorCode::setScope(const char* message) { in setScope()
109 void IcuTestErrorCode::setScope(const UnicodeString& message) { in setScope()
113 void IcuTestErrorCode::handleFailure() const { in handleFailure()
117 void IcuTestErrorCode::errlog(UBool dataErr, const UnicodeString& mainMessage, const char* extraMes… in errlog()