Home
last modified time | relevance | path

Searched refs:testSourceCases (Results 1 – 25 of 51) sorted by relevance

123

/external/icu/icu4c/source/test/cintltst/
Dcestst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dcfintst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dcturtst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dcdetst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = variable
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
Dcfrtst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = variable
163 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
/external/icu/icu4c/source/test/intltest/
Dficoll.cpp44 const UChar CollationFinnishTest::testSourceCases[][CollationFinnishTest::MAX_TOKEN_LEN] = { member in CollationFinnishTest
74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dtrcoll.cpp30 const UChar CollationTurkishTest::testSourceCases[][CollationTurkishTest::MAX_TOKEN_LEN] = { member in CollationTurkishTest
78 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
86 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Descoll.cpp46 const UChar CollationSpanishTest::testSourceCases[][CollationSpanishTest::MAX_TOKEN_LEN] = { member in CollationSpanishTest
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dallcoll.cpp98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
149 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
Ddecoll.cpp53 const UChar CollationGermanTest::testSourceCases[][CollationGermanTest::MAX_TOKEN_LEN] = member in CollationGermanTest
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
Dlcukocol.cpp51 const UChar LotusCollationKoreanTest::testSourceCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = { member in LotusCollationKoreanTest
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
Dfrcoll.cpp44 const UChar CollationFrenchTest::testSourceCases[][CollationFrenchTest::MAX_TOKEN_LEN] = member in CollationFrenchTest
151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
Dencoll.cpp29 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable
249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationEnglishTest.java26 private static char[][] testSourceCases = { field in CollationEnglishTest
254 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
263 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
290 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationDummyTest.java31 private static char[][] testSourceCases = { field in CollationDummyTest
187 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
196 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
205 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
224 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
DCollationSpanishTest.java26 private static char[][] testSourceCases = { field in CollationSpanishTest
77 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
85 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationTurkishTest.java26 private static char[][] testSourceCases = { field in CollationTurkishTest
82 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
90 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationFinnishTest.java25 private static char[][] testSourceCases = { field in CollationFinnishTest
64 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
73 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationGermanTest.java26 private static char[][] testSourceCases = { field in CollationGermanTest
96 doTest(testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
116 doTest(testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationEnglishTest.java30 private static char[][] testSourceCases = { field in CollationEnglishTest
258 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
267 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
294 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationDummyTest.java35 private static char[][] testSourceCases = { field in CollationDummyTest
191 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
200 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
209 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
228 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
DCollationFinnishTest.java29 private static char[][] testSourceCases = { field in CollationFinnishTest
68 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
77 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationSpanishTest.java30 private static char[][] testSourceCases = { field in CollationSpanishTest
81 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
89 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationTurkishTest.java30 private static char[][] testSourceCases = { field in CollationTurkishTest
86 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
94 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationGermanTest.java30 private static char[][] testSourceCases = { field in CollationGermanTest
100 doTest(testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
120 doTest(testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()

123