Searched refs:testSmallLargeCases (Results 1 – 5 of 5) sorted by relevance
/external/icu/icu4c/source/test/intltest/ |
D | jacoll.cpp | 79 const UChar CollationKanaTest::testSmallLargeCases[][CollationKanaTest::MAX_TOKEN_LEN] = { member in CollationKanaTest 147 doTest(myCollation, testSmallLargeCases[i], testSmallLargeCases[i + 1], Collator::LESS); in TestSmallLarge()
|
D | jacoll.h | 56 static const UChar testSmallLargeCases[][MAX_TOKEN_LEN]; variable
|
/external/icu/icu4c/source/test/cintltst/ |
D | cjaptst.c | 81 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/ |
D | CollationKanaTest.java | 69 private static char[][] testSmallLargeCases = { field in CollationKanaTest 139 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1); in TestSmallLarge()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationKanaTest.java | 73 private static char[][] testSmallLargeCases = { field in CollationKanaTest 143 doTest(testSmallLargeCases[i], testSmallLargeCases[i + 1], -1); in TestSmallLarge()
|