Home
last modified time | relevance | path

Searched refs:testSmallLargeCases (Results 1 – 4 of 4) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Djacoll.cpp79 const UChar CollationKanaTest::testSmallLargeCases[][CollationKanaTest::MAX_TOKEN_LEN] = { member in CollationKanaTest
147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge()
Djacoll.h56 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN]; variable
/external/icu/icu4c/source/test/cintltst/
Dcjaptst.c81 const static UChar testSmallLargeCases[][MAX_TOKEN_LEN] = { variable
197 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], in TestSmallLarge()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationKanaTest.java69 private static char[][] testSmallLargeCases = { field in CollationKanaTest
139 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1); in TestSmallLarge()