Home
last modified time | relevance | path

Searched refs:openTestFile (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/test/intltest/
Ducaconf.cpp107 void UCAConformanceTest::openTestFile(const char *type) in openTestFile() function in UCAConformanceTest
297 openTestFile("NON_IGNORABLE"); in TestTableNonIgnorable()
307 openTestFile("SHIFTED"); in TestTableShifted()
317 openTestFile("NON_IGNORABLE"); in TestRulesNonIgnorable()
331 openTestFile("SHIFTED"); in TestRulesShifted()
Ducaconf.h41 void openTestFile(const char *type);
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DUCAConformanceTest.java52 openTestFile("NON_IGNORABLE"); in TestTableNonIgnorable()
58 openTestFile("SHIFTED"); in TestTableShifted()
68 openTestFile("NON_IGNORABLE"); in TestRulesNonIgnorable()
86 private void openTestFile(String type) in openTestFile() method in UCAConformanceTest