Searched refs:testMore (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationEnglishTest.java | 230 private static char[][] testMore = { field in CollationEnglishTest 304 for (i = 0; i < testMore.length; i++) in TestTertiary() 306 for (j = 0; j < testMore.length; j++) in TestTertiary() 314 doTest(testMore[i], testMore[j], expected ); in TestTertiary()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationEnglishTest.java | 234 private static char[][] testMore = { field in CollationEnglishTest 308 for (i = 0; i < testMore.length; i++) in TestTertiary() 310 for (j = 0; j < testMore.length; j++) in TestTertiary() 318 doTest(testMore[i], testMore[j], expected ); in TestTertiary()
|
/external/icu/icu4c/source/test/intltest/ |
D | encoll.cpp | 232 static const UChar testMore[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable 263 const int32_t testMoreSize = (int32_t)(sizeof(testMore) / sizeof(testMore[0])); in TestTertiary() 274 doTest(myCollation, testMore[i], testMore[j], expected ); in TestTertiary()
|
/external/icu/icu4c/source/test/cintltst/ |
D | encoll.c | 241 static const UChar testMore[][MAX_TOKEN_LEN] = { variable 291 testMoreSize = sizeof(testMore) / sizeof(testMore[0]); in TestTertiary() 299 doTest(myCollation, testMore[i], testMore[j], expected ); in TestTertiary()
|