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

12

/external/icu/icu4c/source/test/cintltst/
H A Dcalldata.h16 const UChar testSourceCases[][16] = { variable
H A Dcdetst.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = variable
117 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
136 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
H A Dcestst.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
101 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
120 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcfintst.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
91 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
109 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcturtst.c39 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
108 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
128 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dcjaptst.c42 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
132 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dencoll.c40 const static UChar testSourceCases[][MAX_TOKEN_LEN] = { variable
281 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
322 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
341 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/icu/icu4c/source/test/intltest/
H A Ddecoll.h43 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationGermanTest
H A Descoll.h42 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationSpanishTest
H A Dficoll.h41 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationFinnishTest
H A Dfrcoll.h43 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationFrenchTest
H A Dlcukocol.h33 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:LotusCollationKoreanTest
H A Dtrcoll.h42 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationTurkishTest
H A Ddecoll.cpp55 const UChar CollationGermanTest::testSourceCases[][CollationGermanTest::MAX_TOKEN_LEN] = member in class:CollationGermanTest
118 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][1]);
133 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i][0]);
H A Descoll.cpp48 const UChar CollationSpanishTest::testSourceCases[][CollationSpanishTest::MAX_TOKEN_LEN] = { member in class:CollationSpanishTest
90 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
98 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dficoll.cpp46 const UChar CollationFinnishTest::testSourceCases[][CollationFinnishTest::MAX_TOKEN_LEN] = { member in class:CollationFinnishTest
76 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
84 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Djacoll.h53 static const UChar testSourceCases[][MAX_TOKEN_LEN]; member in class:CollationKanaTest
H A Dlcukocol.cpp53 const UChar LotusCollationKoreanTest::testSourceCases[][LotusCollationKoreanTest::MAX_TOKEN_LEN] = { member in class:LotusCollationKoreanTest
72 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dtrcoll.cpp32 const UChar CollationTurkishTest::testSourceCases[][CollationTurkishTest::MAX_TOKEN_LEN] = { member in class:CollationTurkishTest
80 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
88 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
H A Dfrcoll.cpp47 const UChar CollationFrenchTest::testSourceCases[][CollationFrenchTest::MAX_TOKEN_LEN] = member in class:CollationFrenchTest
154 doTest(myCollation, testSourceCases[i], testTargetCases[i], results[i]);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationEnglishTest.java28 private static char[][] testSourceCases = { field in class:CollationEnglishTest
259 doTest(testSourceCases[i], testTargetCases[i], results[i]);
269 doTest(testSourceCases[i], testTargetCases[i], results[i]);
297 doTest(testSourceCases[i], testTargetCases[i], results[i]);
H A DCollationFinnishTest.java27 private static char[][] testSourceCases = { field in class:CollationFinnishTest
69 doTest(testSourceCases[i], testTargetCases[i], results[i]);
79 doTest(testSourceCases[i], testTargetCases[i], results[i]);
H A DCollationFrenchTest.java29 private static char[][] testSourceCases = { field in class:CollationFrenchTest
135 doTest(testSourceCases[i], testTargetCases[i], results[i]);
H A DCollationGermanTest.java28 private static char[][] testSourceCases = { field in class:CollationGermanTest
101 doTest(testSourceCases[i], testTargetCases[i], results[i][1]);
123 doTest(testSourceCases[i], testTargetCases[i], results[i][0]);
H A DCollationSpanishTest.java28 private static char[][] testSourceCases = { field in class:CollationSpanishTest
82 doTest(testSourceCases[i], testTargetCases[i], results[i]);
91 doTest(testSourceCases[i], testTargetCases[i], results[i]);

Completed in 1227 milliseconds

12