/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 313 CollationTest.backAndForth(this, i1); in assertEqual() 314 CollationTest.backAndForth(this, i2); in assertEqual() 328 CollationTest.backAndForth(this, iter); in TestPrevious() 342 CollationTest.backAndForth(this, iter); in TestPrevious() 355 CollationTest.backAndForth(this, iter); in TestPrevious() 368 CollationTest.backAndForth(this, iter); in TestPrevious() 380 CollationTest.backAndForth(this, iter); in TestPrevious() 392 CollationTest.backAndForth(this, iter); in TestPrevious() 463 CollationTest.backAndForth(this, iter); in TestUnicodeChar() 492 CollationTest.backAndForth(this, iter); in TestUnicodeChar() [all …]
|
D | CollationThaiTest.java | 242 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/icu4c/source/test/cintltst/ |
D | citertst.c | 259 backAndForth(iter); in TestUnicodeChar() 271 backAndForth(iter); in TestUnicodeChar() 325 backAndForth(iter); in TestNormalizedUnicodeChar() 336 backAndForth(iter); in TestNormalizedUnicodeChar() 377 backAndForth(iter); in TestNormalization() 382 backAndForth(iter); in TestNormalization() 394 backAndForth(iter); in TestNormalization() 404 backAndForth(iter); in TestNormalization() 441 backAndForth(iter); in TestPrevious() 465 backAndForth(iter); in TestPrevious() [all …]
|
D | callcoll.h | 43 void backAndForth(UCollationElements *iter);
|
D | callcoll.c | 520 backAndForth(UCollationElements *iter) in backAndForth() function 617 backAndForth(iter); in genericOrderingTestWithResult() 619 backAndForth(iter); in genericOrderingTestWithResult()
|
D | cmsccoll.c | 110 backAndForth(iter); in IncompleteCntTest() 137 backAndForth(iter); in IncompleteCntTest() 676 backAndForth(iter); in TestComposeDecompose() 679 backAndForth(iter); in TestComposeDecompose() 902 backAndForth(iter); in TestCase() 905 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 | tstnorm.h | 68 void backAndForth(Normalizer* iter, const UnicodeString& input);
|
D | tscoll.h | 46 void backAndForth(CollationElementIterator &iter);
|
D | tscoll.cpp | 257 backAndForth(*c); in doTest() 260 backAndForth(*c); in doTest() 386 void IntlTestCollator::backAndForth(CollationElementIterator &iter) in backAndForth() function in IntlTestCollator
|
D | tstnorm.cpp | 170 backAndForth(norm, canonTests[i][0]); in TestPrevious() 176 backAndForth(norm, canonTests[i][0]); in TestPrevious() 240 backAndForth(norm, hangulCanon[i][0]); in TestHangulCompose() 262 backAndForth(norm, hangulCanon[i][0]); in TestHangulDecomp() 505 void BasicNormalizerTest::backAndForth(Normalizer* iter, const UnicodeString& input) in backAndForth() function in BasicNormalizerTest
|
D | thcoll.cpp | 399 backAndForth(*c); in TestInvalidThai()
|
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/ |
D | BasicTest.java | 136 backAndForth(norm, hangulCanon); in TestHangulCompose() 157 backAndForth(norm, hangulCanon); in TestHangulDecomp() 753 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() method in BasicTest
|