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

  /external/chromium/third_party/icu/source/test/intltest/
intltest.cpp 641 int32_t lastErrorCount;
657 lastErrorCount = errorCount;
662 if (lastErrorCount == errorCount) {
666 sprintf(msg, "---ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
    [all...]
  /external/icu4c/test/intltest/
intltest.cpp 649 int32_t lastErrorCount;
669 lastErrorCount = errorCount;
674 if (lastErrorCount == errorCount) {
678 sprintf(msg, "---ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name);
    [all...]

Completed in 36 milliseconds