Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestlog.h44 UBool expectErrorAndReset(UErrorCode expectedError);
45 UBool expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...);
/third_party/icu/icu4c/source/tools/ctestfw/unicode/
Dtestlog.h44 UBool expectErrorAndReset(UErrorCode expectedError);
45 UBool expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...);
/third_party/skia/third_party/externals/icu/source/tools/ctestfw/unicode/
Dtestlog.h44 UBool expectErrorAndReset(UErrorCode expectedError);
45 UBool expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...);
/third_party/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
/third_party/flutter/skia/third_party/externals/icu/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
/third_party/skia/third_party/externals/icu/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
/third_party/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_api.cpp1059 if (!status.expectErrorAndReset(U_UNSUPPORTED_ERROR)) { in unitCompoundMeasure()
1071 if (!status.expectErrorAndReset(U_UNSUPPORTED_ERROR)) { in unitCompoundMeasure()
1214 status.expectErrorAndReset(U_RESOURCE_TYPE_MISMATCH); in unitArbitraryMeasureUnits()
1247 status.expectErrorAndReset(U_UNSUPPORTED_ERROR); in unitArbitraryMeasureUnits()
1360 if (status.expectErrorAndReset(cas.expectedForSkelStatus, cas.msg)) { in unitSkeletons()
1364 status.expectErrorAndReset(cas.expectedToSkelStatus, cas.msg); in unitSkeletons()
1398 status.expectErrorAndReset(U_UNSUPPORTED_ERROR); in unitSkeletons()
1411 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in unitUsage()
1769 status.expectErrorAndReset(U_NUMBER_SKELETON_SYNTAX_ERROR); in unitUsageErrorCodes()
1778 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in unitUsageErrorCodes()
[all …]
Dmeasfmttest.cpp4152 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestInvalidIdentifiers()
4166 if (!status.expectErrorAndReset(U_UNSUPPORTED_ERROR)) { in TestIdentifierDetails()
4230 status.expectErrorAndReset(U_BUFFER_OVERFLOW_ERROR); in TestParseBuiltIns()
4243 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestParseBuiltIns()
4409 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestCompoundUnitOperations()
4411 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestCompoundUnitOperations()
4413 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestCompoundUnitOperations()
4415 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestCompoundUnitOperations()
4451 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestCompoundUnitOperations()
4453 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestCompoundUnitOperations()
[all …]
Dnumbertest_decimalquantity.cpp517 status.expectErrorAndReset(U_FORMAT_INEXACT_ERROR); in testNickelRounding()
Dlistformattertest.cpp840 status.expectErrorAndReset(U_INPUT_TOO_LONG_ERROR); in TestInt32Overflow()
Dloctest.cpp5537 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR, "Default, short unicode keyword"); in TestConstructorAcceptsBCP47()
5547 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR, "Default, long unicode keyword"); in TestConstructorAcceptsBCP47()
6518 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestLeak21419()
Drestsnew.cpp1254 if (!status.expectErrorAndReset(expected, "line %d", __LINE__)) { \
Dplurults.cpp1196 status.expectErrorAndReset(U_UNSUPPORTED_ERROR); in testSelectRange()
Dnumfmtst.cpp2175 status.expectErrorAndReset(cas.expectedNarrowError); in TestCurrencyVariants()
7120 status.expectErrorAndReset(U_UNSUPPORTED_ERROR); in TestAvailableNumberingSystems()
9034 status.expectErrorAndReset(U_ILLEGAL_ARGUMENT_ERROR); in TestFormatFailIfMoreThanMaxDigits()
9693 if (status.expectErrorAndReset(cas.expectedError)) { in Test13850_EmptyStringCurrency()