Searched refs:testSmallLargeCases (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | cjaptst.c | 83 const static UChar testSmallLargeCases[][MAX_TOKEN_LEN] = { variable 199 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], in TestSmallLarge()
|
/external/icu/icu4c/source/test/intltest/ |
D | jacoll.cpp | 81 const UChar CollationKanaTest::testSmallLargeCases[][CollationKanaTest::MAX_TOKEN_LEN] = { member in CollationKanaTest 149 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge()
|
D | jacoll.h | 58 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN]; variable
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationKanaTest.java | 73 private static char[][] testSmallLargeCases = { field in CollationKanaTest 150 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1); in TestSmallLarge()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationKanaTest.java | 76 private static char[][] testSmallLargeCases = { field in CollationKanaTest 153 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1); in TestSmallLarge()
|