Home
last modified time | relevance | path

Searched refs:backAndForth (Results 1 – 14 of 14) sorted by relevance

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java313 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 …]
DCollationThaiTest.java242 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
DCollationTest.java81 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/
Dcitertst.c259 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 …]
Dcallcoll.h43 void backAndForth(UCollationElements *iter);
Dcallcoll.c520 backAndForth(UCollationElements *iter) in backAndForth() function
617 backAndForth(iter); in genericOrderingTestWithResult()
619 backAndForth(iter); in genericOrderingTestWithResult()
Dcmsccoll.c110 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/
Ditercoll.cpp73 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()
Dtstnorm.h68 void backAndForth(Normalizer* iter, const UnicodeString& input);
Dtscoll.h46 void backAndForth(CollationElementIterator &iter);
Dtscoll.cpp257 backAndForth(*c); in doTest()
260 backAndForth(*c); in doTest()
386 void IntlTestCollator::backAndForth(CollationElementIterator &iter) in backAndForth() function in IntlTestCollator
Dtstnorm.cpp170 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
Dthcoll.cpp399 backAndForth(*c); in TestInvalidThai()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java136 backAndForth(norm, hangulCanon); in TestHangulCompose()
157 backAndForth(norm, hangulCanon); in TestHangulDecomp()
753 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() method in BasicTest