Home
last modified time | relevance | path

Searched refs:testTargetCases (Results 1 - 25 of 51) sorted by relevance

123

/third_party/icu/icu4c/source/test/intltest/
H A Dficoll.cpp54 const UChar CollationFinnishTest::testTargetCases[][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()
H A 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()
H A Descoll.cpp60 const UChar CollationSpanishTest::testTargetCases[][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()
H A Dtrcoll.cpp46 const UChar CollationTurkishTest::testTargetCases[][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()
H A Dlcukocol.cpp58 const UChar LotusCollationKoreanTest::testTargetCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = { member in LotusCollationKoreanTest
72 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
H A Ddecoll.cpp71 const UChar CollationGermanTest::testTargetCases[][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()
H A Dmnkytst.cpp214 UChar testTargetCases[][10] = { in TestRules() local
233 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS); in TestRules()
248 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS); in TestRules()
/third_party/icu/icu4c/source/test/cintltst/
H A Dcfintst.c47 const static UChar testTargetCases[][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()
H A Dcestst.c51 const static UChar testTargetCases[][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()
H A Dcdetst.c55 const static UChar testTargetCases[][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()
H A Dcturtst.c53 const static UChar testTargetCases[][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()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFinnishTest.java37 private static char[][] testTargetCases = { field in CollationFinnishTest
71 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
81 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
H A DCollationGermanTest.java45 private static char[][] testTargetCases = { 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()
H A DCollationTurkishTest.java44 private static char[][] testTargetCases = { field in CollationTurkishTest
89 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
98 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
H A DCollationSpanishTest.java42 private static char[][] testTargetCases = { field in CollationSpanishTest
84 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
93 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
H A DCollationDummyTest.java34 //testSourceCases[][] and testTargetCases[][], testCases[][] are ported from the file callcoll.c in icu4c
75 private static char[][] testTargetCases = { 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()
H A DLotusCollationKoreanTest.java34 private static char[][] testTargetCases = { field in LotusCollationKoreanTest
59 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
H A DCollationEnglishTest.java82 private static char[][] testTargetCases = { 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()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
H A DCollationFinnishTest.java40 private static char[][] testTargetCases = { field in CollationFinnishTest
74 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
84 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
H A DCollationGermanTest.java48 private static char[][] testTargetCases = { 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()
H A DCollationSpanishTest.java45 private static char[][] testTargetCases = { field in CollationSpanishTest
87 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
96 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
H A DCollationTurkishTest.java47 private static char[][] testTargetCases = { field in CollationTurkishTest
92 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
101 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestPrimary()
H A DCollationDummyTest.java37 //testSourceCases[][] and testTargetCases[][], testCases[][] are ported from the file callcoll.c in icu4c
78 private static char[][] testTargetCases = { 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()
H A DLotusCollationKoreanTest.java37 private static char[][] testTargetCases = { field in LotusCollationKoreanTest
62 doTest(testSourceCases[i], testTargetCases[i], results[i]); in TestTertiary()
H A DCollationEnglishTest.java85 private static char[][] testTargetCases = { 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()

Completed in 10 milliseconds

123