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

1 2 3

  /external/icu/icu4c/source/test/intltest/
decoll.h 43 static const UChar testSourceCases[][MAX_TOKEN_LEN];
escoll.h 42 static const UChar testSourceCases[][MAX_TOKEN_LEN];
ficoll.h 41 static const UChar testSourceCases[][MAX_TOKEN_LEN];
lcukocol.h 33 static const UChar testSourceCases[][MAX_TOKEN_LEN];
trcoll.h 42 static const UChar testSourceCases[][MAX_TOKEN_LEN];
frcoll.h 43 static const UChar testSourceCases[][MAX_TOKEN_LEN];
ficoll.cpp 46 const UChar CollationFinnishTest::testSourceCases[][CollationFinnishTest::MAX_TOKEN_LEN] = {
76 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
84 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
jacoll.h 53 static const UChar testSourceCases[][MAX_TOKEN_LEN];
lcukocol.cpp 53 const UChar LotusCollationKoreanTest::testSourceCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = {
72 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
escoll.cpp 48 const UChar CollationSpanishTest::testSourceCases[][CollationSpanishTest::MAX_TOKEN_LEN] = {
90 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
trcoll.cpp 32 const UChar CollationTurkishTest::testSourceCases[][CollationTurkishTest::MAX_TOKEN_LEN] = {
80 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
allcoll.cpp 101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
119 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
129 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
152 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
decoll.cpp 55 const UChar CollationGermanTest::testSourceCases[][CollationGermanTest::MAX_TOKEN_LEN] =
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
133 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
  /external/icu/icu4c/source/test/cintltst/
cfintst.c 39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
91 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
109 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cestst.c 39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
120 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cturtst.c 39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
108 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
128 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cdetst.c 39 const static UChar testSourceCases[][MAX_TOKEN_LEN] =
117 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
136 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFinnishTest.java 32 private static char[][] testSourceCases = {
74 doTest(testSourceCases[i], testTargetCases[i], results[i]);
84 doTest(testSourceCases[i], testTargetCases[i], results[i]);
LotusCollationKoreanTest.java 33 private static char[][] testSourceCases = {
62 doTest(testSourceCases[i], testTargetCases[i], results[i]);
CollationGermanTest.java 33 private static char[][] testSourceCases = {
106 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
128 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
CollationSpanishTest.java 33 private static char[][] testSourceCases = {
87 doTest(testSourceCases[i], testTargetCases[i], results[i]);
96 doTest(testSourceCases[i], testTargetCases[i], results[i]);
CollationTurkishTest.java 33 private static char[][] testSourceCases = {
92 doTest(testSourceCases[i], testTargetCases[i], results[i]);
101 doTest(testSourceCases[i], testTargetCases[i], results[i]);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFinnishTest.java 29 private static char[][] testSourceCases = {
71 doTest(testSourceCases[i], testTargetCases[i], results[i]);
81 doTest(testSourceCases[i], testTargetCases[i], results[i]);
LotusCollationKoreanTest.java 30 private static char[][] testSourceCases = {
59 doTest(testSourceCases[i], testTargetCases[i], results[i]);
CollationGermanTest.java 30 private static char[][] testSourceCases = {
103 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
125 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);

Completed in 297 milliseconds

1 2 3