HomeSort by relevance Sort by last modified time
    Searched refs:lastErrorCount (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/test/intltest/
intltest.cpp 668 int32_t lastErrorCount;
699 lastErrorCount = errorCount;
719 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
724 if (lastErrorCount == errorCount) {
729 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 690 int32_t lastErrorCount;
721 lastErrorCount = errorCount;
745 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL);
750 if (lastErrorCount == errorCount) {
755 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
    [all...]

Completed in 47 milliseconds