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 41 static const UChar testSourceCases[][MAX_TOKEN_LEN];
escoll.h 40 static const UChar testSourceCases[][MAX_TOKEN_LEN];
ficoll.h 39 static const UChar testSourceCases[][MAX_TOKEN_LEN];
lcukocol.h 31 static const UChar testSourceCases[][MAX_TOKEN_LEN];
trcoll.h 40 static const UChar testSourceCases[][MAX_TOKEN_LEN];
frcoll.h 41 static const UChar testSourceCases[][MAX_TOKEN_LEN];
ficoll.cpp 44 const UChar CollationFinnishTest::testSourceCases[][CollationFinnishTest::MAX_TOKEN_LEN] = {
74 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
82 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
jacoll.h 51 static const UChar testSourceCases[][MAX_TOKEN_LEN];
lcukocol.cpp 51 const UChar LotusCollationKoreanTest::testSourceCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = {
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
escoll.cpp 46 const UChar CollationSpanishTest::testSourceCases[][CollationSpanishTest::MAX_TOKEN_LEN] = {
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
96 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
trcoll.cpp 30 const UChar CollationTurkishTest::testSourceCases[][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 53 const UChar CollationGermanTest::testSourceCases[][CollationGermanTest::MAX_TOKEN_LEN] =
116 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
131 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
  /external/icu/icu4c/source/test/cintltst/
cfintst.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cestst.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cturtst.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cdetst.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] =
115 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
134 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
CollationFinnishTest.java 29 private static char[][] testSourceCases = {
68 doTest(testSourceCases[i], testTargetCases[i], results[i]);
77 doTest(testSourceCases[i], testTargetCases[i], results[i]);
LotusCollationKoreanTest.java 30 private static char[][] testSourceCases = {
55 doTest(testSourceCases[i], testTargetCases[i], results[i]);
CollationGermanTest.java 30 private static char[][] testSourceCases = {
100 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
120 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
CollationSpanishTest.java 30 private static char[][] testSourceCases = {
81 doTest(testSourceCases[i], testTargetCases[i], results[i]);
89 doTest(testSourceCases[i], testTargetCases[i], results[i]);
CollationTurkishTest.java 30 private static char[][] testSourceCases = {
86 doTest(testSourceCases[i], testTargetCases[i], results[i]);
94 doTest(testSourceCases[i], testTargetCases[i], results[i]);
  /external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
CollationFinnishTest.java 25 private static char[][] testSourceCases = {
64 doTest(testSourceCases[i], testTargetCases[i], results[i]);
73 doTest(testSourceCases[i], testTargetCases[i], results[i]);
LotusCollationKoreanTest.java 26 private static char[][] testSourceCases = {
51 doTest(testSourceCases[i], testTargetCases[i], results[i]);
CollationGermanTest.java 26 private static char[][] testSourceCases = {
96 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
116 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);

Completed in 944 milliseconds

1 2 3