Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/intltest/
Dintltest.cpp739 int32_t lastErrorCount; in runTestLoop() local
770 lastErrorCount = errorCount; in runTestLoop()
796 ctest_xml_testcase(baseName, name, secs, (lastErrorCount!=errorCount)?"err":NULL); in runTestLoop()
801 if (lastErrorCount == errorCount) { in runTestLoop()
806 sprintf(msg, " } ERRORS (%li) in %s", (long)(errorCount-lastErrorCount), name); in runTestLoop()