Searched refs:testBugs (Results 1 - 9 of 9) sorted by relevance

/external/icu/icu4c/source/test/intltest/
H A Dfrcoll.h43 static const UChar testBugs[][MAX_TOKEN_LEN]; member in class:CollationFrenchTest
H A Dfrcoll.cpp123 const UChar CollationFrenchTest::testBugs[][CollationFrenchTest::MAX_TOKEN_LEN] = member in class:CollationFrenchTest
194 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
H A Dencoll.cpp189 static const UChar testBugs[][CollationEnglishTest::MAX_TOKEN_LEN] = { variable
257 doTest(myCollation, testBugs[i], testBugs[j], Collator::LESS);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
H A DCollationFrenchTest.java106 private static char[][] testBugs = { field in class:CollationFrenchTest
168 doTest(testBugs[i], testBugs[j], -1);
H A DCollationEnglishTest.java191 private static char [][] testBugs = { field in class:CollationEnglishTest
302 doTest(testBugs[i], testBugs[j], -1);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
H A DCollationFrenchTest.java102 private static char[][] testBugs = { field in class:CollationFrenchTest
164 doTest(testBugs[i], testBugs[j], -1);
H A DCollationEnglishTest.java187 private static char [][] testBugs = { field in class:CollationEnglishTest
298 doTest(testBugs[i], testBugs[j], -1);
/external/icu/icu4c/source/test/cintltst/
H A Dcfrtst.c116 const static UChar testBugs[][MAX_TOKEN_LEN] = variable
214 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);
H A Dencoll.c197 const static UChar testBugs[][MAX_TOKEN_LEN] = { variable
287 doTest(myCollation, testBugs[i], testBugs[j], UCOL_LESS);

Completed in 429 milliseconds