| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/rbbi/ |
| H A D | RBBIAPITest.java | 185 doTest(testString, p, q, 20, "This is a word break"); in TestFirstNextFollowing() 188 doTest(testString, p, q, 21, "."); in TestFirstNextFollowing() 191 doTest(testString, p, q, 28, " Isn't "); in TestFirstNextFollowing() 194 doTest(testString, p, q, 31, "it?"); in TestFirstNextFollowing() 196 doTest(testString, 2, q, 4, "is"); in TestFirstNextFollowing() 198 doTest(testString, 22, q, 27, "Isn't"); in TestFirstNextFollowing() 213 doTest(testString, p, q, 1, "W"); in TestFirstNextFollowing() 216 doTest(testString, p, q, 5, "rite"); in TestFirstNextFollowing() 219 doTest(testString, p, q, 17, " hindi here."); in TestFirstNextFollowing() 222 doTest(testStrin in TestFirstNextFollowing() 467 private void doTest(String testString, int start, int gotoffset, int expectedOffset, String expectedString) { doTest() method in RBBIAPITest [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/rbbi/ |
| H A D | RBBIAPITest.java | 182 doTest(testString, p, q, 20, "This is a word break"); in TestFirstNextFollowing() 185 doTest(testString, p, q, 21, "."); in TestFirstNextFollowing() 188 doTest(testString, p, q, 28, " Isn't "); in TestFirstNextFollowing() 191 doTest(testString, p, q, 31, "it?"); in TestFirstNextFollowing() 193 doTest(testString, 2, q, 4, "is"); in TestFirstNextFollowing() 195 doTest(testString, 22, q, 27, "Isn't"); in TestFirstNextFollowing() 210 doTest(testString, p, q, 1, "W"); in TestFirstNextFollowing() 213 doTest(testString, p, q, 5, "rite"); in TestFirstNextFollowing() 216 doTest(testString, p, q, 17, " hindi here."); in TestFirstNextFollowing() 219 doTest(testStrin in TestFirstNextFollowing() 464 private void doTest(String testString, int start, int gotoffset, int expectedOffset, String expectedString) { doTest() method in RBBIAPITest [all...] |
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/format/ |
| H A D | RbnfRoundTripTest.java | 34 doTest(formatter, -12345678, 12345678); in TestEnglishSpelloutRT() 46 doTest(formatter, 0, 12345678); in TestDurationsRT() 58 doTest(formatter, -12345678, 12345678); in TestSpanishSpelloutRT() 70 doTest(formatter, -12345678, 12345678); in TestFrenchSpelloutRT() 82 doTest(formatter, -12345678, 12345678); in TestSwissFrenchSpelloutRT() 94 doTest(formatter, -999999, 999999); in TestItalianSpelloutRT() 106 doTest(formatter, 0, 12345678); in TestGermanSpelloutRT() 118 doTest(formatter, 0, 12345678); in TestSwedishSpelloutRT() 130 doTest(formatter, -12345678, 12345678); in TestDutchSpelloutRT() 142 doTest(formatte in TestJapaneseSpelloutRT() 195 void doTest(RuleBasedNumberFormat formatter, long lowLimit, doTest() method in RbnfRoundTripTest [all...] |
| H A D | RbnfTest.java | 301 doTest(formatter, testData, true); in TestEnglishSpellout() 331 doTest(formatter, testData, false); in TestOrdinalAbbreviations() 355 doTest(formatter, testData, true); in TestDurations() 390 doTest(formatter, testData, true); in TestSpanishSpellout() 430 doTest(formatter, testData, true); in TestFrenchSpellout() 470 doTest(formatter, testData, true); in TestSwissFrenchSpellout() 503 doTest(formatter, testData, true); in TestItalianSpellout() 534 doTest(formatter, testData, true); in TestGermanSpellout() 559 doTest(formatter, testData, true); in TestThaiSpellout() 586 doTest(enFormatte in TestPluralRules() 1176 void doTest(RuleBasedNumberFormat formatter, String[][] testData, doTest() method in RbnfTest [all...] |
| /third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/format/ |
| H A D | RbnfRoundTripTest.java | 31 doTest(formatter, -12345678, 12345678); in TestEnglishSpelloutRT() 43 doTest(formatter, 0, 12345678); in TestDurationsRT() 55 doTest(formatter, -12345678, 12345678); in TestSpanishSpelloutRT() 67 doTest(formatter, -12345678, 12345678); in TestFrenchSpelloutRT() 79 doTest(formatter, -12345678, 12345678); in TestSwissFrenchSpelloutRT() 91 doTest(formatter, -999999, 999999); in TestItalianSpelloutRT() 103 doTest(formatter, 0, 12345678); in TestGermanSpelloutRT() 115 doTest(formatter, 0, 12345678); in TestSwedishSpelloutRT() 127 doTest(formatter, -12345678, 12345678); in TestDutchSpelloutRT() 139 doTest(formatte in TestJapaneseSpelloutRT() 192 void doTest(RuleBasedNumberFormat formatter, long lowLimit, doTest() method in RbnfRoundTripTest [all...] |
| H A D | RbnfTest.java | 298 doTest(formatter, testData, true); in TestEnglishSpellout() 339 doTest(formatter, testData, false); in TestOrdinalAbbreviations() 363 doTest(formatter, testData, true); in TestDurations() 404 doTest(formatter, testData, true); in TestSpanishSpellout() 444 doTest(formatter, testData, true); in TestFrenchSpellout() 491 doTest(formatter, testData, true); in TestSwissFrenchSpellout() 524 doTest(formatter, testData, true); in TestItalianSpellout() 555 doTest(formatter, testData, true); in TestGermanSpellout() 586 doTest(formatter, testData, true); in TestThaiSpellout() 613 doTest(enFormatte in TestPluralRules() 1240 void doTest(RuleBasedNumberFormat formatter, String[][] testData, boolean testParsing) { doTest() method in RbnfTest [all...] |
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | itrbnfrt.cpp | 72 doTest(formatter, -12345678, 12345678); in TestEnglishSpelloutRT() 90 doTest(formatter, 0, 12345678); in TestDurationsRT() 108 doTest(formatter, -12345678, 12345678); in TestSpanishSpelloutRT() 126 doTest(formatter, -12345678, 12345678); in TestFrenchSpelloutRT() 144 doTest(formatter, -12345678, 12345678); in TestSwissFrenchSpelloutRT() 162 doTest(formatter, -999999, 999999); in TestItalianSpelloutRT() 180 doTest(formatter, 0, 12345678); in TestGermanSpelloutRT() 198 doTest(formatter, 0, 12345678); in TestSwedishSpelloutRT() 216 doTest(formatter, -12345678, 12345678); in TestDutchSpelloutRT() 234 doTest(formatte in TestJapaneseSpelloutRT() 276 RbnfRoundTripTest::doTest(const RuleBasedNumberFormat* formatter, doTest() function in RbnfRoundTripTest [all...] |
| H A D | jacoll.cpp | 116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 126 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], Collator::LESS); in TestBase() 135 doTest(myCollation, testPlainDakutenHandakutenCases[i], testPlainDakutenHandakutenCases[i + 1], in TestPlainDakutenHandakuten() 149 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge() 162 doTest(myCollation, testKatakanaHiraganaCases[i], testKatakanaHiraganaCases[i + 1], in TestKatakanaHiragana() 177 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], Collator::LESS); in TestChooonKigoo()
|
| H A D | allcoll.cpp | 101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 119 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 129 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 141 doTest(myCollation, testCases[i], testCases[j], Collator::LESS); in TestExtra() 152 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
|
| H A D | itrbnf.cpp | 420 doTest(&formatter, testData, true); in TestMultiplePluralRules() 508 doTest(&formatter, testData, false); // exact values aren't parsable from fractions in TestFractionalRuleSet() 1174 doTest(formatter, testData, true); in TestEnglishSpellout() 1224 doTest(formatter, testData, false); in TestOrdinalAbbreviations() 1254 doTest(formatter, testData, true); in TestDurations() 1303 doTest(formatter, testData, true); in TestSpanishSpellout() 1348 doTest(formatter, testData, true); in TestFrenchSpellout() 1403 doTest(formatter, swissFrenchTestData, true); in TestSwissFrenchSpellout() 1454 doTest(formatter, belgianFrenchTestData, true); in TestBelgianFrenchSpellout() 1495 doTest(formatte in TestItalianSpellout() 2359 IntlTestRBNF::doTest(RuleBasedNumberFormat* formatter, const char* const testData[][2], UBool testParsing) doTest() function in IntlTestRBNF [all...] |
| /third_party/skia/third_party/externals/libjpeg-turbo/ |
| H A D | tjunittest.c | 525 static void doTest(int w, int h, const int *formats, int nformats, int subsamp, in doTest() function 935 doTest(35, 39, _3byteFormats, 2, TJSAMP_444, "test"); in testThreeByte444() 945 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_444, "test"); in testFourByte444() 954 doTest(41, 35, _3byteFormats, 2, TJSAMP_422, "test"); in testThreeByte422() 964 doTest(35, 39, _4byteFormats, num4bf, TJSAMP_422, "test"); in testFourByte422() 973 doTest(39, 41, _3byteFormats, 2, TJSAMP_420, "test"); in testThreeByte420() 983 doTest(41, 35, _4byteFormats, num4bf, TJSAMP_420, "test"); in testFourByte420() 992 doTest(35, 39, _3byteFormats, 2, TJSAMP_440, "test"); in testThreeByte440() 1002 doTest(39, 41, _4byteFormats, num4bf, TJSAMP_440, "test"); in testFourByte440() 1011 doTest(4 in testThreeByte411() [all...] |
| /third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
| H A D | CollationDummyTest.java | 193 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 203 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 213 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 224 doTest(myCollation, testCases[i], testCases[j], -1); in TestExtra() 234 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical() 312 doTest(enCollation, source[count], target[count], -1); in TestSurrogates() 315 doTest(enCollation, source[count], target[count], 1); in TestSurrogates() 329 doTest(newCollation, source[count], target[count], -1); in TestSurrogates() 453 // doTest does both strcoll and sort keys, with params in both orders. in TestJB1401() 454 doTest(myCollato in TestJB1401() 498 private void doTest(Collator collation, char[] source, char[] target, int result) { doTest() method in CollationDummyTest 514 private void doTest(Collator collation,String s, String t, int result) { doTest() method in CollationDummyTest [all...] |
| H A D | CollationKanaTest.java | 117 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 127 doTest(testBaseCases[i], testBaseCases[i + 1], -1); in TestBase() 137 doTest(testPlainDakutenHandakutenCases[i], testPlainDakutenHandakutenCases[i + 1], -1); in TestPlainDakutenHandakuten() 150 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1); in TestSmallLarge() 162 doTest(testKatakanaHiraganaCases[i], testKatakanaHiraganaCases[i + 1], -1); in TestKatakanaHiragana() 174 doTest(testChooonKigooCases[i], testChooonKigooCases[i + 1], -1); in TestChooonKigoo() 204 private void doTest(char[] source, char[] target, int result){ in doTest() method in CollationKanaTest
|
| H A D | G7CollationTest.java | 86 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1); in TestDemo1() 113 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1); in TestDemo2() 141 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1); in TestDemo3() 168 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1); in TestDemo4() 199 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1); in TestG7Data() 208 private void doTest(Collator myCollation, String source, String target, in doTest() method in G7CollationTest
|
| /third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/ |
| H A D | CollationDummyTest.java | 196 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 206 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary() 216 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary() 227 doTest(myCollation, testCases[i], testCases[j], -1); in TestExtra() 237 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical() 315 doTest(enCollation, source[count], target[count], -1); in TestSurrogates() 318 doTest(enCollation, source[count], target[count], 1); in TestSurrogates() 332 doTest(newCollation, source[count], target[count], -1); in TestSurrogates() 456 // doTest does both strcoll and sort keys, with params in both orders. in TestJB1401() 457 doTest(myCollato in TestJB1401() 501 private void doTest(Collator collation, char[] source, char[] target, int result) { doTest() method in CollationDummyTest 517 private void doTest(Collator collation,String s, String t, int result) { doTest() method in CollationDummyTest [all...] |
| H A D | CollationKanaTest.java | 120 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 130 doTest(testBaseCases[i], testBaseCases[i + 1], -1); in TestBase() 140 doTest(testPlainDakutenHandakutenCases[i], testPlainDakutenHandakutenCases[i + 1], -1); in TestPlainDakutenHandakuten() 153 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1); in TestSmallLarge() 165 doTest(testKatakanaHiraganaCases[i], testKatakanaHiraganaCases[i + 1], -1); in TestKatakanaHiragana() 177 doTest(testChooonKigooCases[i], testChooonKigooCases[i + 1], -1); in TestChooonKigoo() 207 private void doTest(char[] source, char[] target, int result){ in doTest() method in CollationKanaTest
|
| H A D | G7CollationTest.java | 89 doTest(myCollation, testCases[results[8][j]], testCases[results[8][n]], -1); in TestDemo1() 116 doTest(myCollation, testCases[results[9][j]], testCases[results[9][n]], -1); in TestDemo2() 144 doTest(myCollation, testCases[results[10][j]], testCases[results[10][n]], -1); in TestDemo3() 171 doTest(myCollation, testCases[results[11][j]], testCases[results[11][n]], -1); in TestDemo4() 202 doTest(tblColl1, testCases[results[i][j]], testCases[results[i][n]], -1); in TestG7Data() 211 private void doTest(Collator myCollation, String source, String target, in doTest() method in G7CollationTest
|
| /third_party/node/test/parallel/ |
| H A D | test-http2-response-splitting.js | 62 function doTest(path, key, expected) { 73 doTest(str, 'location', str); 74 doTest('/', 'foo', x); 75 doTest('/', 'foo', y);
|
| H A D | test-console-clear.js | 11 function doTest(isTTY, check) { function 22 doTest(true, check); 24 doTest(false, '');
|
| H A D | test-tls-session-cache.js | 35 doTest({ tickets: false }, function() { 36 doTest({ tickets: true }, function() { 37 doTest({ tickets: false, invalidSession: true }, function() { 43 function doTest(testOptions, callback) { function
|
| H A D | test-http2-too-many-settings.js | 14 function doTest(session) { function 28 server.once('session', common.mustCall((session) => doTest(session))); 49 client.on('connect', () => doTest(client));
|
| /third_party/python/Lib/test/ |
| H A D | test_zipimport.py | 131 def doTest(self, expected_ext, files, *modules, **kw): member in UncompressedZipImportTestCase 172 self.doTest(".py", files, "zlib") 182 self.doTest(".py", files, TESTMOD) 186 self.doTest(pyc_ext, files, TESTMOD) 191 self.doTest(pyc_ext, files, TESTMOD) 205 self.doTest(None, files, TESTMOD, call=check) 220 self.doTest(None, files, TESTMOD, call=check) 224 self.doTest(None, files, TESTMOD) 232 self.doTest(".py", files, TESTMOD) 240 self.doTest(" [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | cjaptst.c | 132 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary() 153 doTest(myCollation, testBaseCases[i], testBaseCases[i + 1], UCOL_LESS); in TestBase() 174 doTest(myCollation, testPlainDakutenHandakutenCases[i], in TestPlainDakutenHandakuten() 199 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], in TestSmallLarge() 224 doTest(myCollation, testKatakanaHiraganaCases[i], in TestKatakanaHiragana() 250 doTest(myCollation, testChooonKigooCases[i], testChooonKigooCases[i + 1], in TestChooonKigoo()
|
| /third_party/node/test/es-module/ |
| H A D | test-esm-preserve-symlinks-main.js | 37 function doTest(flags, done) { function 54 doTest([], () => { 56 doTest([], () => {});
|
| /third_party/skia/tests/ |
| H A D | PictureBBHTest.cpp | 29 virtual void doTest(SkCanvas& playbackCanvas, SkCanvas& recordingCanvas) = 0; 48 this->doTest(playbackCanvas, *recordCanvas); in run() 66 void doTest(SkCanvas&, SkCanvas&) override {} 77 void doTest(SkCanvas& playbackCanvas, SkCanvas& recordingCanvas) override {
|