/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationIteratorTest.java | 318 CollationTest.backAndForth(this, i1); in assertEqual() 319 CollationTest.backAndForth(this, i2); in assertEqual() 334 CollationTest.backAndForth(this, iter); in TestPrevious() 348 CollationTest.backAndForth(this, iter); in TestPrevious() 361 CollationTest.backAndForth(this, iter); in TestPrevious() 374 CollationTest.backAndForth(this, iter); in TestPrevious() 386 CollationTest.backAndForth(this, iter); in TestPrevious() 398 CollationTest.backAndForth(this, iter); in TestPrevious() 471 CollationTest.backAndForth(this, iter); in TestUnicodeChar() 500 CollationTest.backAndForth(this, iter); in TestUnicodeChar() [all …]
|
D | CollationThaiTest.java | 248 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
|
D | CollationTest.java | 84 backAndForth(test, iter); in doTest() 86 backAndForth(test, iter); in doTest() 118 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 | 321 CollationTest.backAndForth(this, i1); in assertEqual() 322 CollationTest.backAndForth(this, i2); in assertEqual() 337 CollationTest.backAndForth(this, iter); in TestPrevious() 351 CollationTest.backAndForth(this, iter); in TestPrevious() 364 CollationTest.backAndForth(this, iter); in TestPrevious() 377 CollationTest.backAndForth(this, iter); in TestPrevious() 389 CollationTest.backAndForth(this, iter); in TestPrevious() 401 CollationTest.backAndForth(this, iter); in TestPrevious() 474 CollationTest.backAndForth(this, iter); in TestUnicodeChar() 503 CollationTest.backAndForth(this, iter); in TestUnicodeChar() [all …]
|
D | CollationThaiTest.java | 251 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
|
D | CollationTest.java | 87 backAndForth(test, iter); in doTest() 89 backAndForth(test, iter); in doTest() 121 static void backAndForth(TestFmwk test, CollationElementIterator iter) in backAndForth() method in CollationTest
|
/external/icu/icu4c/source/test/cintltst/ |
D | citertst.c | 262 backAndForth(iter); in TestUnicodeChar() 274 backAndForth(iter); in TestUnicodeChar() 328 backAndForth(iter); in TestNormalizedUnicodeChar() 339 backAndForth(iter); in TestNormalizedUnicodeChar() 380 backAndForth(iter); in TestNormalization() 385 backAndForth(iter); in TestNormalization() 397 backAndForth(iter); in TestNormalization() 407 backAndForth(iter); in TestNormalization() 444 backAndForth(iter); in TestPrevious() 468 backAndForth(iter); in TestPrevious() [all …]
|
D | callcoll.h | 45 void backAndForth(UCollationElements *iter);
|
D | callcoll.c | 525 backAndForth(UCollationElements *iter) in backAndForth() function 622 backAndForth(iter); in genericOrderingTestWithResult() 624 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() 898 backAndForth(iter); in TestCase() 901 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.cpp | 259 backAndForth(*c); in doTest() 262 backAndForth(*c); in doTest() 388 void IntlTestCollator::backAndForth(CollationElementIterator &iter) in backAndForth() function in IntlTestCollator
|
D | tscoll.h | 48 void backAndForth(CollationElementIterator &iter);
|
D | tstnorm.h | 76 void backAndForth(Normalizer* iter, const UnicodeString& input);
|
D | tstnorm.cpp | 172 backAndForth(norm, canonTests[i][0]); in TestPrevious() 178 backAndForth(norm, canonTests[i][0]); in TestPrevious() 242 backAndForth(norm, hangulCanon[i][0]); in TestHangulCompose() 264 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 | 140 backAndForth(norm, hangulCanon); in TestHangulCompose() 162 backAndForth(norm, hangulCanon); in TestHangulDecomp() 774 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 | 143 backAndForth(norm, hangulCanon); in TestHangulCompose() 165 backAndForth(norm, hangulCanon); in TestHangulDecomp() 777 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() method in BasicTest
|