Searched defs:testFilePath (Results 1 - 6 of 6) sorted by relevance

/external/icu/icu4c/source/test/letest/
H A Dxmlreader.cpp133 void readTestFile(const char *testFilePath, TestCaseCallback callback) argument
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
H A Dcletest.c497 const char *testFilePath = getPath(path, "letest.xml"); local
499 readTestFile(testFilePath, doTestCase);
H A Dletest.cpp569 const char *testFilePath = getPath(path, "letest.xml"); local
572 UXMLElement *root = parser->parseFile(testFilePath, status);
575 log_err("Could not open the test data file: %s\n", testFilePath);
/external/icu/icu4c/source/test/perf/leperf/
H A Dxmlreader.cpp133 void readTestFile(const char *testFilePath, TestCaseCallback callback) argument
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
/external/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp542 const char *testFilePath = getPath(path, "csdetest.xml"); local
544 if (testFilePath == NULL) {
554 UXMLElement *root = parser->parseFile(testFilePath, status);
H A Dssearch.cpp118 const char *testFilePath = getPath(path, "ssearch.xml"); local
120 if (testFilePath == NULL) {
126 LocalPointer<UXMLElement> root(parser->parseFile(testFilePath, status));

Completed in 216 milliseconds