Home
last modified time | relevance | path

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

/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationIteratorTest.java318 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 …]
DCollationThaiTest.java248 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
DCollationTest.java84 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/
DCollationIteratorTest.java321 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 …]
DCollationThaiTest.java251 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
DCollationTest.java87 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/
Dcitertst.c262 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 …]
Dcallcoll.h45 void backAndForth(UCollationElements *iter);
Dcallcoll.c525 backAndForth(UCollationElements *iter) in backAndForth() function
622 backAndForth(iter); in genericOrderingTestWithResult()
624 backAndForth(iter); in genericOrderingTestWithResult()
Dcmsccoll.c109 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/
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()
Dtscoll.cpp259 backAndForth(*c); in doTest()
262 backAndForth(*c); in doTest()
388 void IntlTestCollator::backAndForth(CollationElementIterator &iter) in backAndForth() function in IntlTestCollator
Dtscoll.h48 void backAndForth(CollationElementIterator &iter);
Dtstnorm.h76 void backAndForth(Normalizer* iter, const UnicodeString& input);
Dtstnorm.cpp172 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
Dthcoll.cpp402 backAndForth(*c); in TestInvalidThai()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java140 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/
DBasicTest.java143 backAndForth(norm, hangulCanon); in TestHangulCompose()
165 backAndForth(norm, hangulCanon); in TestHangulDecomp()
777 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() method in BasicTest