Searched defs:testSourceCases (Results 1 - 25 of 25) sorted by relevance

/external/icu4c/test/cintltst/
H A Dcalldata.h12 const UChar testSourceCases[][16] = { variable
H A Dcdetst.c37 const static UChar testSourceCases[][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 Dcestst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
99 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcfintst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
89 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
107 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcturtst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
106 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
126 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcjaptst.c40 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
130 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dencoll.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
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]);
H A Dcfrtst.c37 const static UChar testSourceCases[][MAX_TOKEN_LEN] = variable
163 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcmsccoll.c234 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
276 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/icu4c/test/intltest/
H A Ddecoll.h41 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationGermanTest
H A Descoll.h40 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationSpanishTest
H A Dficoll.h39 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationFinnishTest
H A Dfrcoll.h41 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationFrenchTest
H A Dlcukocol.h31 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:LotusCollationKoreanTest
H A Dtrcoll.h40 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationTurkishTest
H A Ddecoll.cpp53 const UChar CollationGermanTest::testSourceCases[][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 Descoll.cpp46 const UChar CollationSpanishTest::testSourceCases[][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 Dficoll.cpp44 const UChar CollationFinnishTest::testSourceCases[][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 Djacoll.h51 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationKanaTest
H A Dlcukocol.cpp51 const UChar LotusCollationKoreanTest::testSourceCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = { member in class:LotusCollationKoreanTest
70 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dtrcoll.cpp30 const UChar CollationTurkishTest::testSourceCases[][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 Dfrcoll.cpp44 const UChar CollationFrenchTest::testSourceCases[][CollationFrenchTest::MAX_TOKEN_LEN] = member in class:CollationFrenchTest
151 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dencoll.cpp29 static const UChar testSourceCases[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable
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]);
H A Djacoll.cpp38 const UChar CollationKanaTest::testSourceCases[][CollationKanaTest::MAX_TOKEN_LEN] = { member in class:CollationKanaTest
114 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dmnkytst.cpp207 UChar testSourceCases[][10] = { local
231 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);
246 doTest(myCollation, testSourceCases[i], testTargetCases[i], Collator::LESS);

Completed in 232 milliseconds