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.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
120 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dcturtst.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
108 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
128 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dcfintst.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
91 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
109 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dcdetst.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = variable
117 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
136 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
Dcfrtst.c40 const static UChar testSourceCases[][MAX_TOKEN_LEN] = variable
166 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
/external/icu/icu4c/source/test/intltest/
Dtrcoll.cpp32 const UChar CollationTurkishTest::testSourceCases[][CollationTurkishTest::MAX_TOKEN_LEN] = { member in CollationTurkishTest
80 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dficoll.cpp46 const UChar CollationFinnishTest::testSourceCases[][CollationFinnishTest::MAX_TOKEN_LEN] = { member in CollationFinnishTest
76 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
84 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Descoll.cpp48 const UChar CollationSpanishTest::testSourceCases[][CollationSpanishTest::MAX_TOKEN_LEN] = { member in CollationSpanishTest
90 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
Dallcoll.cpp101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
119 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
129 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
152 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
Ddecoll.cpp55 const UChar CollationGermanTest::testSourceCases[][CollationGermanTest::MAX_TOKEN_LEN] = member in CollationGermanTest
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
133 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
Dlcukocol.cpp53 const UChar LotusCollationKoreanTest::testSourceCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = { member in LotusCollationKoreanTest
72 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
Dfrcoll.cpp47 const UChar CollationFrenchTest::testSourceCases[][CollationFrenchTest::MAX_TOKEN_LEN] = member in CollationFrenchTest
154 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
Dencoll.cpp32 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable
252 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
289 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
299 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationEnglishTest.java33 private static char[][] testSourceCases = { field in CollationEnglishTest
264 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
274 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
302 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationDummyTest.java38 private static char[][] testSourceCases = { field in CollationDummyTest
196 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
206 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
216 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
237 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
DCollationFinnishTest.java32 private static char[][] testSourceCases = { field in CollationFinnishTest
74 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
84 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationSpanishTest.java33 private static char[][] testSourceCases = { field in CollationSpanishTest
87 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
96 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationTurkishTest.java33 private static char[][] testSourceCases = { field in CollationTurkishTest
92 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
101 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationGermanTest.java33 private static char[][] testSourceCases = { field in CollationGermanTest
106 doTest(testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
128 doTest(testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationEnglishTest.java30 private static char[][] testSourceCases = { field in CollationEnglishTest
261 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
271 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
299 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationDummyTest.java35 private static char[][] testSourceCases = { field in CollationDummyTest
193 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
203 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
213 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestSecondary()
234 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestIdentical()
DCollationTurkishTest.java30 private static char[][] testSourceCases = { field in CollationTurkishTest
89 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
98 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationSpanishTest.java30 private static char[][] testSourceCases = { field in CollationSpanishTest
84 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
93 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
DCollationFinnishTest.java29 private static char[][] testSourceCases = { field in CollationFinnishTest
71 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
81 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
DCollationGermanTest.java30 private static char[][] testSourceCases = { field in CollationGermanTest
103 doTest(testSourceCases[i], testTargetCases[i], results[i][1]); in TestTertiary()
125 doTest(testSourceCases[i], testTargetCases[i], results[i][0]); in TestPrimary()

123