/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 315 CollationTest.backAndForth(this, i1); in assertEqual() 316 CollationTest.backAndForth(this, i2); in assertEqual() 331 CollationTest.backAndForth(this, iter); in TestPrevious() 345 CollationTest.backAndForth(this, iter); in TestPrevious() 358 CollationTest.backAndForth(this, iter); in TestPrevious() 371 CollationTest.backAndForth(this, iter); in TestPrevious() 383 CollationTest.backAndForth(this, iter); in TestPrevious() 395 CollationTest.backAndForth(this, iter); in TestPrevious() 468 CollationTest.backAndForth(this, iter); in TestUnicodeChar() 497 CollationTest.backAndForth(this, iter); in TestUnicodeChar() [all …]
|
D | CollationThaiTest.java | 245 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
|
D | CollationTest.java | 81 backAndForth(test, iter); in doTest() 83 backAndForth(test, iter); in doTest() 115 static void backAndForth(TestFmwk test, CollationElementIterator iter) in backAndForth() method in CollationTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 316 CollationTest.backAndForth(this, i1); in assertEqual() 317 CollationTest.backAndForth(this, i2); in assertEqual() 332 CollationTest.backAndForth(this, iter); in TestPrevious() 346 CollationTest.backAndForth(this, iter); in TestPrevious() 359 CollationTest.backAndForth(this, iter); in TestPrevious() 372 CollationTest.backAndForth(this, iter); in TestPrevious() 384 CollationTest.backAndForth(this, iter); in TestPrevious() 396 CollationTest.backAndForth(this, iter); in TestPrevious() 469 CollationTest.backAndForth(this, iter); in TestUnicodeChar() 498 CollationTest.backAndForth(this, iter); in TestUnicodeChar() [all …]
|
D | CollationThaiTest.java | 246 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
|
D | CollationTest.java | 82 backAndForth(test, iter); in doTest() 84 backAndForth(test, iter); in doTest() 116 static void backAndForth(TestFmwk test, CollationElementIterator iter) in backAndForth() method in CollationTest
|
/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 261 backAndForth(iter); in TestUnicodeChar() 273 backAndForth(iter); in TestUnicodeChar() 327 backAndForth(iter); in TestNormalizedUnicodeChar() 338 backAndForth(iter); in TestNormalizedUnicodeChar() 379 backAndForth(iter); in TestNormalization() 384 backAndForth(iter); in TestNormalization() 396 backAndForth(iter); in TestNormalization() 406 backAndForth(iter); in TestNormalization() 443 backAndForth(iter); in TestPrevious() 467 backAndForth(iter); in TestPrevious() [all …]
|
D | callcoll.h | 45 void backAndForth(UCollationElements *iter);
|
D | callcoll.c | 522 backAndForth(UCollationElements *iter) in backAndForth() function 619 backAndForth(iter); in genericOrderingTestWithResult() 621 backAndForth(iter); in genericOrderingTestWithResult()
|
D | cmsccoll.c | 109 backAndForth(iter); in IncompleteCntTest() 136 backAndForth(iter); in IncompleteCntTest() 675 backAndForth(iter); in TestComposeDecompose() 678 backAndForth(iter); in TestComposeDecompose() 901 backAndForth(iter); in TestCase() 904 backAndForth(iter); in TestCase()
|
/external/icu/icu4c/source/test/intltest/ |
D | itercoll.cpp | 73 backAndForth(*iter); in TestUnicodeChar() 90 backAndForth(*iter); in TestPrevious() 108 backAndForth(*iter); in TestPrevious() 125 backAndForth(*iter); in TestPrevious() 142 backAndForth(*iter); in TestPrevious() 154 backAndForth(*iter); in TestPrevious() 165 backAndForth(*iter); in TestPrevious()
|
D | tscoll.h | 48 void backAndForth(CollationElementIterator &iter);
|
D | tstnorm.h | 70 void backAndForth(Normalizer* iter, const UnicodeString& input);
|
D | tscoll.cpp | 259 backAndForth(*c); in doTest() 262 backAndForth(*c); in doTest() 388 void IntlTestCollator::backAndForth(CollationElementIterator &iter) in backAndForth() function in IntlTestCollator
|
D | tstnorm.cpp | 173 backAndForth(norm, canonTests[i][0]); in TestPrevious() 179 backAndForth(norm, canonTests[i][0]); in TestPrevious() 243 backAndForth(norm, hangulCanon[i][0]); in TestHangulCompose() 265 backAndForth(norm, hangulCanon[i][0]); in TestHangulDecomp() 508 void BasicNormalizerTest::backAndForth(Normalizer* iter, const UnicodeString& input) in backAndForth() function in BasicNormalizerTest
|
D | thcoll.cpp | 402 backAndForth(*c); in TestInvalidThai()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 137 backAndForth(norm, hangulCanon); in TestHangulCompose() 159 backAndForth(norm, hangulCanon); in TestHangulDecomp() 771 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() method in BasicTest
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/ |
D | BasicTest.java | 138 backAndForth(norm, hangulCanon); in TestHangulCompose() 160 backAndForth(norm, hangulCanon); in TestHangulDecomp() 772 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() method in BasicTest
|