Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/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
/third_party/icu/icu4c/source/test/cintltst/
Dcitertst.c263 backAndForth(iter); in TestUnicodeChar()
275 backAndForth(iter); in TestUnicodeChar()
329 backAndForth(iter); in TestNormalizedUnicodeChar()
340 backAndForth(iter); in TestNormalizedUnicodeChar()
381 backAndForth(iter); in TestNormalization()
386 backAndForth(iter); in TestNormalization()
398 backAndForth(iter); in TestNormalization()
408 backAndForth(iter); in TestNormalization()
445 backAndForth(iter); in TestPrevious()
469 backAndForth(iter); in TestPrevious()
[all …]
Dcallcoll.h45 void backAndForth(UCollationElements *iter);
Dcallcoll.c526 backAndForth(UCollationElements *iter) in backAndForth() function
623 backAndForth(iter); in genericOrderingTestWithResult()
625 backAndForth(iter); in genericOrderingTestWithResult()
Dcmsccoll.c110 backAndForth(iter); in IncompleteCntTest()
137 backAndForth(iter); in IncompleteCntTest()
678 backAndForth(iter); in TestComposeDecompose()
681 backAndForth(iter); in TestComposeDecompose()
901 backAndForth(iter); in TestCase()
904 backAndForth(iter); in TestCase()
/third_party/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.h77 void backAndForth(Normalizer* iter, const UnicodeString& input);
Dtstnorm.cpp174 backAndForth(norm, canonTests[i][0]); in TestPrevious()
180 backAndForth(norm, canonTests[i][0]); in TestPrevious()
244 backAndForth(norm, hangulCanon[i][0]); in TestHangulCompose()
266 backAndForth(norm, hangulCanon[i][0]); in TestHangulDecomp()
510 void BasicNormalizerTest::backAndForth(Normalizer* iter, const UnicodeString& input) in backAndForth() function in BasicNormalizerTest
Dthcoll.cpp402 backAndForth(*c); in TestInvalidThai()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/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
/third_party/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