Home
last modified time | relevance | path

Searched refs:expectErrorAndReset (Results 1 – 8 of 8) 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.cpp294 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()
Dnumbertest_decimalquantity.cpp467 status.expectErrorAndReset(U_FORMAT_INEXACT_ERROR); in testNickelRounding()
Dlistformattertest.cpp608 if (!status.expectErrorAndReset(U_MISSING_RESOURCE_ERROR, "style \"%s\"", badStyles[i])) { in TestBadStylesFail()
Drestsnew.cpp1252 if (!status.expectErrorAndReset(expected, "line %d", __LINE__)) { \
Dnumfmtst.cpp2151 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()
Dloctest.cpp3137 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()