Searched refs:testSmallLargeCases (Results 1 - 5 of 5) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Djacoll.h58 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN]; member in class:CollationKanaTest
H A Djacoll.cpp81 const UChar CollationKanaTest::testSmallLargeCases[][CollationKanaTest::MAX_TOKEN_LEN] = { member in class:CollationKanaTest
149 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationKanaTest.java71 private static char[][] testSmallLargeCases = { field in class:CollationKanaTest
148 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1);
/external/icu/icu4c/source/test/cintltst/
H A Dcjaptst.c83 const static UChar testSmallLargeCases[][MAX_TOKEN_LEN] = { variable
199 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1],
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationKanaTest.java70 private static char[][] testSmallLargeCases = { field in class:CollationKanaTest
147 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1);

Completed in 4843 milliseconds