/external/icu4c/test/intltest/ |
D | itrbnfrt.cpp | 70 doTest(formatter, -12345678, 12345678); in TestEnglishSpelloutRT() 88 doTest(formatter, 0, 12345678); in TestDurationsRT() 106 doTest(formatter, -12345678, 12345678); in TestSpanishSpelloutRT() 124 doTest(formatter, -12345678, 12345678); in TestFrenchSpelloutRT() 142 doTest(formatter, -12345678, 12345678); in TestSwissFrenchSpelloutRT() 160 doTest(formatter, -999999, 999999); in TestItalianSpelloutRT() 178 doTest(formatter, 0, 12345678); in TestGermanSpelloutRT() 196 doTest(formatter, 0, 12345678); in TestSwedishSpelloutRT() 214 doTest(formatter, -12345678, 12345678); in TestDutchSpelloutRT() 232 doTest(formatter, 0, 12345678); in TestJapaneseSpelloutRT() [all …]
|
D | jacoll.cpp | 114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 124 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS); in TestBase() 133 … doTest(myCollation, testPlainDakutenHandakutenCases[i], testPlainDakutenHandakutenCases[i + 1], in TestPlainDakutenHandakuten() 147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge() 160 doTest(myCollation, testKatakanaHiraganaCases[i], testKatakanaHiraganaCases[i + 1], in TestKatakanaHiragana() 175 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS); in TestChooonKigoo()
|
D | allcoll.cpp | 98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 138 doTest(myCollation, testCases[i], testCases[j], Collator::LESS); in TestExtra() 149 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
|
D | transapi.cpp | 259 doTest(message, name, dispNames[i+1]); in TestGetDisplayName() 303 doTest(message, gotResult, Data[i+2]); in TestTransliterate1() 312 doTest(message, temp, Data[i+2]); in TestTransliterate1() 350 …doTest(t->getID() + ".transliterate(UnicodeString, int32_t, int32_t, UnicodeString):(" + start + "… in TestTransliterate2() 354 …doTest(t->getID() + ".transliterate(Replaceable, int32_t, int32_t, ):(" + start + "," + limit + ")… in TestTransliterate2() 407 doTest(message, rs, Data[i+2]); in TestTransliterate3() 439 doTest(message, rs, expected); in TestSimpleKeyboardTransliterator() 627 doTest((UnicodeString)"nulTrans->transliterate", replaceable, s); in TestNullTransliterator() 639 doTest((UnicodeString)"NullTransliterator->handleTransliterate", replaceable, s); in TestNullTransliterator() 800 doTest(message, got, exp); in TestGetAdoptFilter() [all …]
|
D | g7coll.cpp | 149 … doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], Collator::LESS); in TestG7Locales() 184 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], Collator::LESS); in TestDemo1() 218 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], Collator::LESS); in TestDemo2() 252 … doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], Collator::LESS); in TestDemo3() 281 … doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], Collator::LESS); in TestDemo4()
|
D | frcoll.cpp | 151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 180 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary() 194 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS); in TestExtra()
|
D | encoll.cpp | 249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 257 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS); in TestTertiary() 274 doTest(myCollation, testMore[i], testMore[j], expected ); in TestTertiary() 286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 313 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
|
D | itrbnf.cpp | 408 doTest(&formatter, testData, FALSE); // exact values aren't parsable from fractions in TestFractionalRuleSet() 1075 doTest(formatter, testData, TRUE); in TestEnglishSpellout() 1125 doTest(formatter, testData, FALSE); in TestOrdinalAbbreviations() 1155 doTest(formatter, testData, TRUE); in TestDurations() 1204 doTest(formatter, testData, TRUE); in TestSpanishSpellout() 1249 doTest(formatter, testData, TRUE); in TestFrenchSpellout() 1304 doTest(formatter, swissFrenchTestData, TRUE); in TestSwissFrenchSpellout() 1321 doTest(formatter, swissFrenchTestData, TRUE); in TestBelgianFrenchSpellout() 1360 doTest(formatter, testData, TRUE); in TestItalianSpellout() 1399 doTest(formatter, testData, TRUE); in TestPortugueseSpellout() [all …]
|
D | ficoll.cpp | 74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
|
D | tscoll.h | 27 …void doTest(Collator* col, const UChar *source, const UChar *target, Collator::EComparisonResult r… 29 …void doTest(Collator* col, const UnicodeString &source, const UnicodeString &target, Collator::ECo…
|
D | trcoll.cpp | 78 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 86 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
|
D | escoll.cpp | 88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
|
D | decoll.cpp | 116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary() 131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
|
D | thcoll.cpp | 107 doTest(coll, lastWord, word, result); in TestNamesList() 154 doTest(coll, lastWord, word, Collator::LESS); in TestDictionary() 276 doTest(&c, s1, s2, expect); in compareArray()
|
/external/icu4c/test/cintltst/ |
D | cjaptst.c | 130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 151 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS); in TestBase() 172 doTest(myCollation, testPlainDakutenHandakutenCases[i], in TestPlainDakutenHandakuten() 197 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], in TestSmallLarge() 222 doTest(myCollation, testKatakanaHiraganaCases[i], in TestKatakanaHiragana() 248 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], in TestChooonKigoo()
|
D | cg7coll.c | 178 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], UCOL_LESS); in TestG7Locales() 211 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], UCOL_LESS); in TestDemo1() 242 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], UCOL_LESS); in TestDemo2() 273 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], UCOL_LESS); in TestDemo3() 303 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], UCOL_LESS); in TestDemo4()
|
D | cfrtst.c | 163 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 193 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary() 214 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS); in TestExtra()
|
D | encoll.c | 278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 287 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS); in TestTertiary() 299 doTest(myCollation, testMore[i], testMore[j], expected ); in TestTertiary() 319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 351 doTest(myCollation, testAcute[i], testAcute[j], expected ); in TestSecondary()
|
D | callcoll.c | 420 void doTest(UCollator* myCollation, const UChar source[], const UChar target[], UCollationResult re… in doTest() function 566 doTest(coll, t1, t2, result); in genericOrderingTestWithResult() 707 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 734 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 760 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 785 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical() 814 doTest(myCollation, testCases[i], testCases[j], UCOL_LESS); in TestExtra() 926 doTest(myCollator, X, Y, UCOL_EQUAL); in TestJB1401() 927 doTest(myCollator, X, Z, UCOL_EQUAL); in TestJB1401() 928 doTest(myCollator, Y, Z, UCOL_EQUAL); in TestJB1401() [all …]
|
D | cfintst.c | 89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
|
D | cestst.c | 99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
|
D | cturtst.c | 106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
|
D | cdetst.c | 115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary() 134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
|
D | cmsccoll.c | 98 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest() 124 doTest(coll, t1, t2, UCOL_LESS); in IncompleteCntTest() 197 doTest(coll, t1, t2, UCOL_LESS); in BlackBirdTest() 211 doTest(coll, t1, t2, UCOL_LESS); in BlackBirdTest() 222 doTest(coll, t1, t2, shiftedTert[i]); in BlackBirdTest() 271 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in FunkyATest() 421 doTest(col, p, q, UCOL_LESS); in testPrimary() 435 doTest(col, source, target, UCOL_LESS); in testPrimary() 447 doTest(col, p, q, UCOL_LESS); in testSecondary() 456 doTest(col, source, target, UCOL_LESS); in testSecondary() [all …]
|
/external/webkit/SunSpider/tests/ |
D | string-validate-input.js | 7 function doTest() function 89 doTest();
|