Searched refs:expectErrorAndReset (Results 1 – 4 of 4) sorted by relevance
44 UBool expectErrorAndReset(UErrorCode expectedError);45 UBool expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...);
82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset() function in IcuTestErrorCode91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset() function in IcuTestErrorCode
363 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode()366 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode()372 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION, "%6.4f", 5.43); in TestIcuTestErrorCode()374 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND, "%6.4f", 5.43); in TestIcuTestErrorCode()
9298 if (status.expectErrorAndReset(cas.expectedError)) { in Test13850_EmptyStringCurrency()