HomeSort by relevance Sort by last modified time
    Searched full:testfilepath (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/icu/source/test/letest/
xmlreader.h 23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
xmlreader.cpp 133 void readTestFile(const char *testFilePath, TestCaseCallback callback)
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
letest.cpp 568 const char *testFilePath = getPath(path, "letest.xml");
571 UXMLElement *root = parser->parseFile(testFilePath, status);
574 log_err("Could not open the test data file: %s\n", testFilePath);
    [all...]
cletest.c 495 const char *testFilePath = getPath(path, "letest.xml");
497 readTestFile(testFilePath, doTestCase);
  /external/icu4c/test/letest/
xmlreader.h 23 U_CAPI void readTestFile(const char *testFilePath, TestCaseCallback callback);
xmlreader.cpp 133 void readTestFile(const char *testFilePath, TestCaseCallback callback)
138 UXMLElement *root = parser->parseFile(testFilePath, status);
141 log_err("Could not open the test data file: %s\n", testFilePath);
letest.cpp 568 const char *testFilePath = getPath(path, "letest.xml");
571 UXMLElement *root = parser->parseFile(testFilePath, status);
574 log_err("Could not open the test data file: %s\n", testFilePath);
    [all...]
cletest.c 495 const char *testFilePath = getPath(path, "letest.xml");
497 readTestFile(testFilePath, doTestCase);