Home
last modified time | relevance | path

Searched refs:IcuTestErrorCode (Results 1 – 25 of 39) sorted by relevance

12

/external/icu/icu4c/source/tools/ctestfw/
Dtstdtmod.cpp21 IcuTestErrorCode::~IcuTestErrorCode() { in ~IcuTestErrorCode()
28 UBool IcuTestErrorCode::errIfFailureAndReset() { in errIfFailureAndReset()
39 UBool IcuTestErrorCode::errIfFailureAndReset(const char *fmt, ...) { in errIfFailureAndReset()
55 UBool IcuTestErrorCode::errDataIfFailureAndReset() { in errDataIfFailureAndReset()
66 UBool IcuTestErrorCode::errDataIfFailureAndReset(const char *fmt, ...) { in errDataIfFailureAndReset()
82 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError) { in expectErrorAndReset()
91 UBool IcuTestErrorCode::expectErrorAndReset(UErrorCode expectedError, const char *fmt, ...) { in expectErrorAndReset()
105 void IcuTestErrorCode::setScope(const char* message) { in setScope()
109 void IcuTestErrorCode::setScope(const UnicodeString& message) { in setScope()
113 void IcuTestErrorCode::handleFailure() const { in handleFailure()
[all …]
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp99 UBool readNonEmptyLine(UCHARBUF *f, IcuTestErrorCode &errorCode);
101 Collation::Level parseRelationAndString(UnicodeString &s, IcuTestErrorCode &errorCode);
102 void parseAndSetAttribute(IcuTestErrorCode &errorCode);
103 void parseAndSetReorderCodes(int32_t start, IcuTestErrorCode &errorCode);
104 void buildTailoring(UCHARBUF *f, IcuTestErrorCode &errorCode);
105 void setRootCollator(IcuTestErrorCode &errorCode);
106 void setLocaleCollator(IcuTestErrorCode &errorCode);
112 IcuTestErrorCode &errorCode);
115 CollationKey &key, IcuTestErrorCode &errorCode);
117 CollationKey &key, IcuTestErrorCode &errorCode);
[all …]
Ducdtest.cpp340 IcuTestErrorCode errorCode(*this, "TestConsistency"); in TestConsistency()
378 IcuTestErrorCode errorCode(*this, "TestPatternProperties()"); in TestPatternProperties()
454 IcuTestErrorCode errorCode(*this, "TestScriptMetadata()"); in TestScriptMetadata()
512 IcuTestErrorCode errorCode(*this, "TestBidiPairedBracketType()"); in TestBidiPairedBracketType()
532 IcuTestErrorCode errorCode(*this, "TestEmojiProperties()"); in TestEmojiProperties()
549 IcuTestErrorCode errorCode(*this, "TestIndicPositionalCategory()"); in TestIndicPositionalCategory()
563 IcuTestErrorCode errorCode(*this, "TestIndicSyllabicCategory()"); in TestIndicSyllabicCategory()
577 IcuTestErrorCode errorCode(*this, "TestVerticalOrientation()"); in TestVerticalOrientation()
595 IcuTestErrorCode errorCode(*this, "TestDefaultScriptExtensions()"); in TestDefaultScriptExtensions()
628 IcuTestErrorCode errorCode(*this, "TestBinaryCharacterProperties()"); in TestBinaryCharacterProperties()
[all …]
Dlistformattertest.cpp86 IcuTestErrorCode errorCode(*this, testName); in CheckFormatting()
96 IcuTestErrorCode errorCode(*this, testName); in CheckFourCases()
117 IcuTestErrorCode errorCode(*this, testName); in RecordFourCases()
171 IcuTestErrorCode errorCode(*this, "Test9946()"); in Test9946()
220 IcuTestErrorCode errorCode(*this, "TestFieldPositionIteratorWontCrash()"); in TestFieldPositionIteratorWontCrash()
248 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithFormatter()
267 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithNItemsPatternShift()
285 IcuTestErrorCode errorCode(*this, testName); in RunTestFieldPositionIteratorWithNItems()
525 IcuTestErrorCode errorCode(*this, "TestOutOfOrderPatterns()"); in TestOutOfOrderPatterns()
Ditutil.cpp307 IcuTestErrorCode testStatus(helper, "AAA"); in TestIcuTestErrorCode()
317 IcuTestErrorCode testStatus(helper, "BBB"); in TestIcuTestErrorCode()
328 IcuTestErrorCode testStatus(helper, "CCC"); in TestIcuTestErrorCode()
345 IcuTestErrorCode testStatus(helper, "DDD"); in TestIcuTestErrorCode()
361 IcuTestErrorCode testStatus(helper, "EEE"); in TestIcuTestErrorCode()
622 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointer"); in TestLocalXyzPointer()
730 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerMoveSwap"); in TestLocalXyzPointerMoveSwap()
781 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUConverterSelectorPointer"); in TestLocalXyzPointerNull()
790 IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUCalendarPointer"); in TestLocalXyzPointerNull()
798IcuTestErrorCode errorCode(*this, "TestLocalXyzPointerNull/LocalUDateTimePatternGeneratorPointer"); in TestLocalXyzPointerNull()
[all …]
Dbytestrietest.cpp80 IcuTestErrorCode errorCode(*this, "BytesTrieTest()"); in BytesTrieTest()
116 IcuTestErrorCode errorCode(*this, "TestBuilder()"); in TestBuilder()
403 IcuTestErrorCode errorCode(*this, "TestIteratorFromBranch()"); in TestIteratorFromBranch()
454 IcuTestErrorCode errorCode(*this, "TestIteratorFromLinearMatch()"); in TestIteratorFromLinearMatch()
476 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromRoot()"); in TestTruncatingIteratorFromRoot()
530 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchShort()"); in TestTruncatingIteratorFromLinearMatchShort()
559 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchLong()"); in TestTruncatingIteratorFromLinearMatchLong()
583 IcuTestErrorCode errorCode(*this, "TestIteratorFromBytes()"); in TestIteratorFromBytes()
622 IcuTestErrorCode errorCode(*this, "buildTrie()"); in buildTrie()
849 IcuTestErrorCode errorCode(*this, "checkIterator()"); in checkIterator()
[all …]
Ducharstrietest.cpp87 IcuTestErrorCode errorCode(*this, "UCharsTrieTest()"); in UCharsTrieTest()
125 IcuTestErrorCode errorCode(*this, "TestBuilder()"); in TestBuilder()
371 IcuTestErrorCode errorCode(*this, "buildLargeTrie()"); in buildLargeTrie()
560 IcuTestErrorCode errorCode(*this, "TestIteratorFromBranch()"); in TestIteratorFromBranch()
611 IcuTestErrorCode errorCode(*this, "TestIteratorFromLinearMatch()"); in TestIteratorFromLinearMatch()
633 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromRoot()"); in TestTruncatingIteratorFromRoot()
687 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchShort()"); in TestTruncatingIteratorFromLinearMatchShort()
716 IcuTestErrorCode errorCode(*this, "TestTruncatingIteratorFromLinearMatchLong()"); in TestTruncatingIteratorFromLinearMatchLong()
740 IcuTestErrorCode errorCode(*this, "TestIteratorFromUChars()"); in TestIteratorFromUChars()
771 IcuTestErrorCode errorCode(*this, "buildTrie()"); in buildTrie()
[all …]
Dnumbertest_skeletons.cpp36 IcuTestErrorCode status(*this, "validTokens"); in validTokens()
214 IcuTestErrorCode status(*this, "defaultTokens"); in defaultTokens()
237 IcuTestErrorCode status(*this, "flexibleSeparators"); in flexibleSeparators()
Dstrcase.cpp468 IcuTestErrorCode errorCode(*this, "TestCasingImpl"); in TestCasingImpl()
641 IcuTestErrorCode errorCode(*this, "TestTitleOptions"); in TestTitleOptions()
834 IcuTestErrorCode errorCode(*this, "TestLongUpper"); in TestLongUpper()
846 IcuTestErrorCode errorCode(*this, "TestMalformedUTF8"); in TestMalformedUTF8()
891 IcuTestErrorCode errorCode(*this, "TestBufferOverflow"); in TestBufferOverflow()
924 IcuTestErrorCode errorCode(*this, "TestEdits"); in TestEdits()
987 IcuTestErrorCode errorCode(*this, "TestCopyMoveEdits"); in TestCopyMoveEdits()
1043 IcuTestErrorCode errorCode(*this, "TestEditsFindFwdBwd"); in TestEditsFindFwdBwd()
1065 IcuTestErrorCode errorCode(*this, "TestMergeEdits"); in TestMergeEdits()
1231 IcuTestErrorCode errorCode(*this, "TestCaseMapWithEdits"); in TestCaseMapWithEdits()
[all …]
Dnumbertest_parse.cpp32 IcuTestErrorCode status(*this, "testBasic"); in testBasic()
183 IcuTestErrorCode status(*this, "testSeriesMatcher"); in testSeriesMatcher()
239 IcuTestErrorCode status(*this, "testCombinedCurrencyMatcher"); in testCombinedCurrencyMatcher()
306 IcuTestErrorCode status(*this, "testAffixPatternMatcher"); in testAffixPatternMatcher()
Dtstnorm.cpp638 IcuTestErrorCode errorCode(*this, "TestPreviousNext"); in TestPreviousNext()
1415 IcuTestErrorCode errorCode(*this, "TestSkippable"); in TestSkippable()
1472 IcuTestErrorCode errorCode(*this, "BasicNormalizerTest/TestCustomComp"); in TestCustomComp()
1509 IcuTestErrorCode errorCode(*this, "BasicNormalizerTest/TestCustomFCC"); in TestCustomFCC()
1571 IcuTestErrorCode errorCode(*this, "TestNormalizeUTF8WithEdits"); in TestNormalizeUTF8WithEdits()
1674 IcuTestErrorCode errorCode(*this, "TestLowMappingToEmpty_D"); in TestLowMappingToEmpty_D()
1696 IcuTestErrorCode errorCode(*this, "TestLowMappingToEmpty_FCD"); in TestLowMappingToEmpty_FCD()
1724 IcuTestErrorCode errorCode(*this, "TestNormalizeIllFormedText"); in TestNormalizeIllFormedText()
1767 IcuTestErrorCode errorCode(*this, "TestComposeJamoTBase"); in TestComposeJamoTBase()
1793 IcuTestErrorCode errorCode(*this, "TestComposeBoundaryAfter"); in TestComposeBoundaryAfter()
Dnumbertest_decimalquantity.cpp148 IcuTestErrorCode status(*this, "testCopyMove"); in testCopyMove()
343 IcuTestErrorCode status(*this, "testToDouble"); in testToDouble()
362 IcuTestErrorCode status(*this, "testMaxDigits"); in testMaxDigits()
Dtsdcfmsy.cpp217 IcuTestErrorCode errorCode(*this, "testLastResortData"); in testLastResortData()
263 IcuTestErrorCode status(*this, "testDigitSymbols()"); in testDigitSymbols()
350 IcuTestErrorCode errorCode(*this, "testNumberingSystem"); in testNumberingSystem()
Dnumbertest_range.cpp56 IcuTestErrorCode status(*this, "testSanity"); in testSanity()
664 IcuTestErrorCode status(*this, "testPlurals"); in testPlurals()
727 IcuTestErrorCode status(*this, "testCopyMove"); in testCopyMove()
801 IcuTestErrorCode status(*this, "assertFormattedRangeEquals"); in assertFormattedRangeEquals()
Dbidiconf.cpp261 IcuTestErrorCode errorCode(*this, "TestBidiTest"); in TestBidiTest()
430 IcuTestErrorCode errorCode(*this, "TestBidiCharacterTest"); in TestBidiCharacterTest()
629 IcuTestErrorCode errorCode(*this, "checkOrdering()"); in checkOrdering()
Dnumfmtst.cpp317 IcuTestErrorCode errorCode(*this, "TestLocalizedPatternSymbolCoverage"); in TestLocalizedPatternSymbolCoverage()
3558 IcuTestErrorCode status(*this, "TestMismatchedCurrencyFormatFail"); in TestMismatchedCurrencyFormatFail()
8302 IcuTestErrorCode status(*this, "Test10727_RoundingZero"); in Test10727_RoundingZero()
8311 IcuTestErrorCode status(*this, "Test11739_ParseLongCurrency"); in Test11739_ParseLongCurrency()
8323 IcuTestErrorCode status(*this, "Test13035_MultiCodePointPaddingInPattern"); in Test13035_MultiCodePointPaddingInPattern()
8341 IcuTestErrorCode status(*this, "Test13737_ParseScientificStrict"); in Test13737_ParseScientificStrict()
8574 IcuTestErrorCode status(*this, "Test11735_ExceptionIssue"); in Test11735_ExceptionIssue()
8618 IcuTestErrorCode status(*this, "Test11318_DoubleConversion"); in Test11318_DoubleConversion()
8632 IcuTestErrorCode status(*this, "TestParsePercentRegression"); in TestParsePercentRegression()
8664 IcuTestErrorCode status(*this, "TestMultiplierWithScale"); in TestMultiplierWithScale()
[all …]
Dloctest.cpp1623 IcuTestErrorCode status(*this, "TestAddLikelySubtags()"); in TestAddLikelySubtags()
1637 IcuTestErrorCode status(*this, "TestMinimizeSubtags()"); in TestMinimizeSubtags()
1759 IcuTestErrorCode status(*this, "TestCreateUnicodeKeywords()"); in TestCreateUnicodeKeywords()
1846 IcuTestErrorCode status(*this, "TestCreateKeywordSet()"); in TestCreateKeywordSet()
1865 IcuTestErrorCode status(*this, "TestCreateUnicodeKeywordSet()"); in TestCreateUnicodeKeywordSet()
1884 IcuTestErrorCode status(*this, "TestGetKeywordValueStdString()"); in TestGetKeywordValueStdString()
1900 IcuTestErrorCode status(*this, "TestGetUnicodeKeywordValueStdString()"); in TestGetUnicodeKeywordValueStdString()
1949 IcuTestErrorCode status(*this, "TestSetKeywordValueStringPiece()"); in TestSetKeywordValueStringPiece()
1961 IcuTestErrorCode status(*this, "TestSetUnicodeKeywordValueStringPiece()"); in TestSetUnicodeKeywordValueStringPiece()
2952 IcuTestErrorCode status(*this, "TestForLanguageTag()"); in TestForLanguageTag()
[all …]
Duts46test.cpp67 IcuTestErrorCode errorCode(*this, "init/createUTS46Instance()"); in runIndexedTest()
215 IcuTestErrorCode errorCode(*this, "TestNotSTD3()"); in TestNotSTD3()
600 IcuTestErrorCode errorCode(*this, "TestSomeCases"); in TestSomeCases()
1023 IcuTestErrorCode errorCode(*this, "IdnaTest"); in IdnaTest()
Dnumbertest_patternstring.cpp24 IcuTestErrorCode status(*this, "testLocalized"); in testLocalized()
Dtmsgfmt.cpp1803 IcuTestErrorCode errorCode(*this, "testGetFormatNames"); in testGetFormatNames()
1849 IcuTestErrorCode errorCode(*this, "TestTrimArgumentName"); in TestTrimArgumentName()
1869 IcuTestErrorCode errorCode(*this, "TestSelectOrdinal"); in TestSelectOrdinal()
1901 IcuTestErrorCode errorCode(*this, "TestDecimals"); in TestDecimals()
1972 IcuTestErrorCode errorCode(*this, "TestArgIsPrefixOfAnother"); in TestArgIsPrefixOfAnother()
1999 IcuTestErrorCode status(*this, "TestMessageFormatNumberSkeleton"); in TestMessageFormatNumberSkeleton()
Dnumbertest_api.cpp2091 IcuTestErrorCode status(*this, "fieldPosition"); in fieldPosition()
2179 IcuTestErrorCode status(*this, "icuFormat"); in toFormat()
2354 IcuTestErrorCode status(*this, "copyMove"); in copyMove()
2467 IcuTestErrorCode status(*this, "assertFormatDescending"); in assertFormatDescending()
2508 IcuTestErrorCode status(*this, "assertFormatDescendingBig"); in assertFormatDescendingBig()
2546 IcuTestErrorCode status(*this, "assertFormatSingle"); in assertFormatSingle()
Dregcoll.cpp1082 IcuTestErrorCode errorCode(*this, "Test4179216"); in Test4179216()
1317 IcuTestErrorCode errorCode(*this, "TestTrailingComment"); in TestTrailingComment()
1327 IcuTestErrorCode errorCode(*this, "TestBeforeWithTooStrongAfter"); in TestBeforeWithTooStrongAfter()
Dplurfmts.cpp630 IcuTestErrorCode errorCode(*this, "ordinalFormatTest"); in ordinalFormatTest()
672 IcuTestErrorCode errorCode(*this, "TestDecimals"); in TestDecimals()
Dapicoll.cpp229 IcuTestErrorCode errorCode(*this, "TestKeywordValues"); in TestKeywordValues()
1239 IcuTestErrorCode errorCode(*this, "TestSortKeyOverflow()"); in TestSortKeyOverflow()
2371 IcuTestErrorCode errorCode(*this, "TestCloneBinary"); in TestCloneBinary()
2425 IcuTestErrorCode errorCode(*this, "TestIterNumeric"); in TestIterNumeric()
2486 IcuTestErrorCode errorCode(*this, "TestGapTooSmall"); in TestGapTooSmall()
/external/icu/icu4c/source/tools/ctestfw/unicode/
Dtestlog.h33 class T_CTEST_EXPORT_API IcuTestErrorCode : public ErrorCode {
35 IcuTestErrorCode(TestLog &callingTestClass, const char *callingTestName) in IcuTestErrorCode() function
37 virtual ~IcuTestErrorCode();

12