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.java315 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 …]
DCollationThaiTest.java245 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/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationIteratorTest.java316 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 …]
DCollationThaiTest.java246 CollationTest.backAndForth(this, iterator); in TestInvalidThai()
DCollationTest.java82 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/
Dcitertst.c261 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 …]
Dcallcoll.h45 void backAndForth(UCollationElements *iter);
Dcallcoll.c522 backAndForth(UCollationElements *iter) in backAndForth() function
619 backAndForth(iter); in genericOrderingTestWithResult()
621 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()
901 backAndForth(iter); in TestCase()
904 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.h48 void backAndForth(CollationElementIterator &iter);
Dtstnorm.h70 void backAndForth(Normalizer* iter, const UnicodeString& input);
Dtscoll.cpp259 backAndForth(*c); in doTest()
262 backAndForth(*c); in doTest()
388 void IntlTestCollator::backAndForth(CollationElementIterator &iter) in backAndForth() function in IntlTestCollator
Dtstnorm.cpp173 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
Dthcoll.cpp402 backAndForth(*c); in TestInvalidThai()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
DBasicTest.java137 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/
DBasicTest.java138 backAndForth(norm, hangulCanon); in TestHangulCompose()
160 backAndForth(norm, hangulCanon); in TestHangulDecomp()
772 private void backAndForth(Normalizer iter, String[][] tests) in backAndForth() method in BasicTest