Searched refs:expectErrorAndReset (Results 1 – 8 of 8) sorted by relevance
/external/icu/icu4c/source/tools/ctestfw/unicode/ |
D | testlog.h | 44 UBool expectErrorAndReset(UErrorCode expectedError); 45 UBool expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...);
|
/external/icu/icu4c/source/tools/ctestfw/ |
D | tstdtmod.cpp | 82 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/ |
D | itutil.cpp | 294 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION); in TestIcuTestErrorCode() 297 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND); in TestIcuTestErrorCode() 303 testStatus.expectErrorAndReset(U_ILLEGAL_PAD_POSITION, "%6.4f", 5.43); in TestIcuTestErrorCode() 305 testStatus.expectErrorAndReset(U_ILLEGAL_CHAR_FOUND, "%6.4f", 5.43); in TestIcuTestErrorCode()
|
D | numbertest_decimalquantity.cpp | 467 status.expectErrorAndReset(U_FORMAT_INEXACT_ERROR); in testNickelRounding()
|
D | listformattertest.cpp | 608 if (!status.expectErrorAndReset(U_MISSING_RESOURCE_ERROR, "style \"%s\"", badStyles[i])) { in TestBadStylesFail()
|
D | restsnew.cpp | 1252 if (!status.expectErrorAndReset(expected, "line %d", __LINE__)) { \
|
D | numfmtst.cpp | 2151 status.expectErrorAndReset(cas.expectedNarrowError); in Test20484_NarrowSymbolFallback() 7054 status.expectErrorAndReset(U_UNSUPPORTED_ERROR); in TestAvailableNumberingSystems() 8970 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestFormatFailIfMoreThanMaxDigits() 9592 if (status.expectErrorAndReset(cas.expectedError)) { in Test13850_EmptyStringCurrency()
|
D | loctest.cpp | 3137 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR, "Default, short unicode keyword"); in TestConstructorAcceptsBCP47() 3147 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR, "Default, long unicode keyword"); in TestConstructorAcceptsBCP47()
|