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

12

/external/icu/icu4c/source/test/intltest/
H A Ddecoll.h42 static const UChar testTargetCases[][MAX_TOKEN_LEN]; member in class:CollationGermanTest
H A Descoll.h41 static const UChar testTargetCases[][MAX_TOKEN_LEN]; member in class:CollationSpanishTest
H A Dficoll.h40 static const UChar testTargetCases[][MAX_TOKEN_LEN]; member in class:CollationFinnishTest
H A Dlcukocol.h32 static const UChar testTargetCases[][MAX_TOKEN_LEN]; member in class:LotusCollationKoreanTest
H A Dtrcoll.h41 static const UChar testTargetCases[][MAX_TOKEN_LEN]; member in class:CollationTurkishTest
H A Dficoll.cpp52 const UChar CollationFinnishTest::testTargetCases[][CollationFinnishTest::MAX_TOKEN_LEN] = { member in class:CollationFinnishTest
74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dfrcoll.h42 static const UChar testTargetCases[][MAX_TOKEN_LEN]; member in class:CollationFrenchTest
H A Djacoll.h52 static const UChar testTargetCases[][MAX_TOKEN_LEN]; member in class:CollationKanaTest
H A Dlcukocol.cpp56 const UChar LotusCollationKoreanTest::testTargetCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = { member in class:LotusCollationKoreanTest
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Descoll.cpp58 const UChar CollationSpanishTest::testTargetCases[][CollationSpanishTest::MAX_TOKEN_LEN] = { member in class:CollationSpanishTest
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dtrcoll.cpp44 const UChar CollationTurkishTest::testTargetCases[][CollationTurkishTest::MAX_TOKEN_LEN] = { member in class:CollationTurkishTest
78 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
86 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dallcoll.cpp98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
149 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Ddecoll.cpp69 const UChar CollationGermanTest::testTargetCases[][CollationGermanTest::MAX_TOKEN_LEN] = member in class:CollationGermanTest
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
H A Dmnkytst.cpp212 UChar testTargetCases[][10] = { local
231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
/external/icu/icu4c/source/test/cintltst/
H A Dcfintst.c45 const static UChar testTargetCases[][MAX_TOKEN_LEN] = { variable
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcestst.c49 const static UChar testTargetCases[][MAX_TOKEN_LEN] = { variable
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcturtst.c51 const static UChar testTargetCases[][MAX_TOKEN_LEN] = { variable
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcdetst.c53 const static UChar testTargetCases[][MAX_TOKEN_LEN] = variable
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
H A Dcjaptst.c49 const static UChar testTargetCases[][MAX_TOKEN_LEN] = { variable
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFinnishTest.java33 private static char[][] testTargetCases = { field in class:CollationFinnishTest
64 doTest(testSourceCases[i], testTargetCases[i], results[i]);
73 doTest(testSourceCases[i], testTargetCases[i], results[i]);
H A DLotusCollationKoreanTest.java30 private static char[][] testTargetCases = { field in class:LotusCollationKoreanTest
51 doTest(testSourceCases[i], testTargetCases[i], results[i]);
H A DCollationGermanTest.java41 private static char[][] testTargetCases = { field in class:CollationGermanTest
96 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
116 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
H A DCollationSpanishTest.java38 private static char[][] testTargetCases = { field in class:CollationSpanishTest
77 doTest(testSourceCases[i], testTargetCases[i], results[i]);
85 doTest(testSourceCases[i], testTargetCases[i], results[i]);
H A DCollationTurkishTest.java40 private static char[][] testTargetCases = { field in class:CollationTurkishTest
82 doTest(testSourceCases[i], testTargetCases[i], results[i]);
90 doTest(testSourceCases[i], testTargetCases[i], results[i]);
H A DCollationDummyTest.java30 //testSourceCases[][] and testTargetCases[][], testCases[][] are ported from the file callcoll.c in icu4c
71 private static char[][] testTargetCases = { field in class:CollationDummyTest
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]);

Completed in 4870 milliseconds

12