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

  /external/icu4c/test/cintltst/
calldata.h 12 const UChar testSourceCases[][16] = {
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]);
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]);
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]);
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]);
cjaptst.c 40 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
encoll.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
278 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
319 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
338 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cfrtst.c 37 const static UChar testSourceCases[][MAX_TOKEN_LEN] =
163 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
cmsccoll.c 235 const static UChar testSourceCases[][MAX_TOKEN_LEN] = {
277 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
    [all...]
  /external/icu4c/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];
frcoll.h 41 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]);
lcukocol.h 31 static const UChar testSourceCases[][MAX_TOKEN_LEN];
trcoll.h 40 static const UChar testSourceCases[][MAX_TOKEN_LEN];
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]);
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]);
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];
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]);
encoll.cpp 29 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = {
249 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
286 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
296 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
frcoll.cpp 44 const UChar CollationFrenchTest::testSourceCases[][CollationFrenchTest::MAX_TOKEN_LEN] =
151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
jacoll.cpp 38 const UChar CollationKanaTest::testSourceCases[][CollationKanaTest::MAX_TOKEN_LEN] = {
114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
mnkytst.cpp 207 UChar testSourceCases[][10] = {
231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);

Completed in 2237 milliseconds