HomeSort by relevance Sort by last modified time
    Searched defs:backAndForth (Results 1 - 11 of 11) sorted by null

  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationThaiTest.java 246 CollationTest.backAndForth(this, iterator);
CollationIteratorTest.java 317 CollationTest.backAndForth(this, i1);
318 CollationTest.backAndForth(this, i2);
332 CollationTest.backAndForth(this, iter);
346 CollationTest.backAndForth(this, iter);
359 CollationTest.backAndForth(this, iter);
372 CollationTest.backAndForth(this, iter);
384 CollationTest.backAndForth(this, iter);
396 CollationTest.backAndForth(this, iter);
467 CollationTest.backAndForth(this, iter);
491 CollationTest.backAndForth(this, iter)
    [all...]
CollationTest.java 85 backAndForth(test, iter);
87 backAndForth(test, iter);
119 static void backAndForth(TestFmwk test, CollationElementIterator iter)
    [all...]
  /external/icu/icu4c/source/test/intltest/
tscoll.cpp 52 // Set to 1 to test offsets in backAndForth()
257 backAndForth(*c);
260 backAndForth(*c);
386 void IntlTestCollator::backAndForth(CollationElementIterator &iter)
tstnorm.cpp 170 backAndForth(norm, canonTests[i][0]);
176 backAndForth(norm, canonTests[i][0]);
240 backAndForth(norm, hangulCanon[i][0]);
262 backAndForth(norm, hangulCanon[i][0]);
505 void BasicNormalizerTest::backAndForth(Normalizer* iter, const UnicodeString& input)
    [all...]
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationThaiTest.java 242 CollationTest.backAndForth(this, iterator);
CollationIteratorTest.java 313 CollationTest.backAndForth(this, i1);
314 CollationTest.backAndForth(this, i2);
328 CollationTest.backAndForth(this, iter);
342 CollationTest.backAndForth(this, iter);
355 CollationTest.backAndForth(this, iter);
368 CollationTest.backAndForth(this, iter);
380 CollationTest.backAndForth(this, iter);
392 CollationTest.backAndForth(this, iter);
463 CollationTest.backAndForth(this, iter);
487 CollationTest.backAndForth(this, iter)
    [all...]
CollationTest.java 81 backAndForth(test, iter);
83 backAndForth(test, iter);
115 static void backAndForth(TestFmwk test, CollationElementIterator iter)
    [all...]
  /external/icu/icu4c/source/test/cintltst/
callcoll.c 56 /* set to 1 to test offsets in backAndForth() */
520 backAndForth(UCollationElements *iter)
617 backAndForth(iter);
619 backAndForth(iter);
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
BasicTest.java 140 backAndForth(norm, hangulCanon);
161 backAndForth(norm, hangulCanon);
732 /* private void backAndForth(Normalizer iter, String input)
757 private void backAndForth(Normalizer iter, String[][] tests)
    [all...]
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
BasicTest.java 136 backAndForth(norm, hangulCanon);
157 backAndForth(norm, hangulCanon);
728 /* private void backAndForth(Normalizer iter, String input)
753 private void backAndForth(Normalizer iter, String[][] tests)
    [all...]

Completed in 913 milliseconds