/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
CollationFinnishTest.java | 37 private static char[][] testTargetCases = { 68 doTest(testSourceCases[i], testTargetCases[i], results[i]); 77 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationGermanTest.java | 45 private static char[][] testTargetCases = { 100 doTest(testSourceCases[i], testTargetCases[i], results[i][1]); 120 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
|
CollationSpanishTest.java | 42 private static char[][] testTargetCases = { 81 doTest(testSourceCases[i], testTargetCases[i], results[i]); 89 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationTurkishTest.java | 44 private static char[][] testTargetCases = { 86 doTest(testSourceCases[i], testTargetCases[i], results[i]); 94 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationFrenchTest.java | 46 private static char[][] testTargetCases = { 135 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationFrozenMonkeyTest.java | 223 String testTargetCases[] = { 243 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1); 255 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
|
CollationKanaTest.java | 41 private static char[][] testTargetCases = { 113 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationMonkeyTest.java | 198 String testTargetCases[] = { 218 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1); 230 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
|
CollationDummyTest.java | 34 //testSourceCases[][] and testTargetCases[][], testCases[][] are ported from the file callcoll.c in icu4c 75 private static char[][] testTargetCases = { 191 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 200 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 209 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 228 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
CollationMiscTest.java | [all...] |
/external/icu/icu4c/source/test/intltest/ |
mnkytst.cpp | 212 UChar testTargetCases[][10] = { 231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS); 246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
CollationEnglishTest.java | 78 private static char[][] testTargetCases = { 254 doTest(testSourceCases[i], testTargetCases[i], results[i]); 263 doTest(testSourceCases[i], testTargetCases[i], results[i]); 290 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationFinnishTest.java | 33 private static char[][] testTargetCases = { 64 doTest(testSourceCases[i], testTargetCases[i], results[i]); 73 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationGermanTest.java | 41 private static char[][] testTargetCases = { 96 doTest(testSourceCases[i], testTargetCases[i], results[i][1]); 116 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
|
CollationSpanishTest.java | 38 private static char[][] testTargetCases = { 77 doTest(testSourceCases[i], testTargetCases[i], results[i]); 85 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationTurkishTest.java | 40 private static char[][] testTargetCases = { 82 doTest(testSourceCases[i], testTargetCases[i], results[i]); 90 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
LotusCollationKoreanTest.java | 30 private static char[][] testTargetCases = { 51 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationFrenchTest.java | 42 private static char[][] testTargetCases = { 131 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationFrozenMonkeyTest.java | 219 String testTargetCases[] = { 239 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1); 251 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
|
CollationKanaTest.java | 37 private static char[][] testTargetCases = { 109 doTest(testSourceCases[i], testTargetCases[i], results[i]);
|
CollationMonkeyTest.java | 194 String testTargetCases[] = { 214 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1); 226 doTest(myCollation, testSourceCases[i], testTargetCases[i], -1);
|
CollationDummyTest.java | 30 //testSourceCases[][] and testTargetCases[][], testCases[][] are ported from the file callcoll.c in icu4c 71 private static char[][] testTargetCases = { 187 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 196 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 205 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); 224 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
|
CollationMiscTest.java | [all...] |
/external/icu/icu4c/source/test/cintltst/ |
cmsccoll.c | 243 const static UChar testTargetCases[][MAX_TOKEN_LEN] = { 276 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); [all...] |