HomeSort by relevance Sort by last modified time
    Searched refs:testTargetCases (Results 1 - 25 of 39) sorted by null

1 2

  /external/icu/icu4c/source/test/intltest/
decoll.h 42 static const UChar testTargetCases[][MAX_TOKEN_LEN];
escoll.h 41 static const UChar testTargetCases[][MAX_TOKEN_LEN];
ficoll.h 40 static const UChar testTargetCases[][MAX_TOKEN_LEN];
lcukocol.h 32 static const UChar testTargetCases[][MAX_TOKEN_LEN];
trcoll.h 41 static const UChar testTargetCases[][MAX_TOKEN_LEN];
frcoll.h 42 static const UChar testTargetCases[][MAX_TOKEN_LEN];
ficoll.cpp 52 const UChar CollationFinnishTest::testTargetCases[][CollationFinnishTest::MAX_TOKEN_LEN] = {
74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
jacoll.h 52 static const UChar testTargetCases[][MAX_TOKEN_LEN];
lcukocol.cpp 56 const UChar LotusCollationKoreanTest::testTargetCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = {
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
escoll.cpp 58 const UChar CollationSpanishTest::testTargetCases[][CollationSpanishTest::MAX_TOKEN_LEN] = {
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
trcoll.cpp 44 const UChar CollationTurkishTest::testTargetCases[][CollationTurkishTest::MAX_TOKEN_LEN] = {
78 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
86 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
allcoll.cpp 98 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]);
decoll.cpp 69 const UChar CollationGermanTest::testTargetCases[][CollationGermanTest::MAX_TOKEN_LEN] =
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
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/icu4c/source/test/cintltst/
cfintst.c 45 const static UChar testTargetCases[][MAX_TOKEN_LEN] = {
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cestst.c 49 const static UChar testTargetCases[][MAX_TOKEN_LEN] = {
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cturtst.c 51 const static UChar testTargetCases[][MAX_TOKEN_LEN] = {
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cdetst.c 53 const static UChar testTargetCases[][MAX_TOKEN_LEN] =
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
cjaptst.c 49 const static UChar testTargetCases[][MAX_TOKEN_LEN] = {
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFinnishTest.java 33 private static char[][] testTargetCases = {
64 doTest(testSourceCases[i], testTargetCases[i], results[i]);
73 doTest(testSourceCases[i], testTargetCases[i], results[i]);
LotusCollationKoreanTest.java 30 private static char[][] testTargetCases = {
51 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]);
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]);

Completed in 2319 milliseconds

1 2