Searched refs:testMore (Results 1 – 4 of 4) sorted by relevance
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationEnglishTest.java | 237 private static char[][] testMore = { field in CollationEnglishTest 316 for (i = 0; i < testMore.length; i++) in TestTertiary() 318 for (j = 0; j < testMore.length; j++) in TestTertiary() 326 doTest(testMore[i], testMore[j], expected ); in TestTertiary()
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationEnglishTest.java | 234 private static char[][] testMore = { field in CollationEnglishTest 313 for (i = 0; i < testMore.length; i++) in TestTertiary() 315 for (j = 0; j < testMore.length; j++) in TestTertiary() 323 doTest(testMore[i], testMore[j], expected ); in TestTertiary()
|
/external/icu/icu4c/source/test/intltest/ |
D | encoll.cpp | 235 static const UChar testMore[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable 266 const int32_t testMoreSize = UPRV_LENGTHOF(testMore); in TestTertiary() 277 doTest(myCollation, testMore[i], testMore[j], expected ); in TestTertiary()
|
/external/icu/icu4c/source/test/cintltst/ |
D | encoll.c | 244 static const UChar testMore[][MAX_TOKEN_LEN] = { variable 294 testMoreSize = UPRV_LENGTHOF(testMore); in TestTertiary() 302 doTest(myCollation, testMore[i], testMore[j], expected ); in TestTertiary()
|