Home
last modified time | relevance | path

Searched refs:expectErrorAndReset (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/tools/ctestfw/unicode/
Dtestlog.h44 UBool expectErrorAndReset(UErrorCode expectedError);
45 UBool expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...);
/external/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset() function in IcuTestErrorCode
91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset() function in IcuTestErrorCode
/external/icu/icu4c/source/test/intltest/
Ditutil.cpp363 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()
Dnumfmtst.cpp9298 if (status.expectErrorAndReset(cas.expectedError)) { in Test13850_EmptyStringCurrency()