Home
last modified time | relevance | path

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

/external/icu/icu4c/source/tools/ctestfw/
Dctest.c144 static UBool ON_LINE = FALSE; /* are we on the top line with our test name? */ variable
391 ON_LINE = TRUE; /* we are still on the line with the test name */ in iterateTestsWithLevel()
440 if(!ON_LINE) { /* had some output */ in iterateTestsWithLevel()
458 ON_LINE = TRUE; /* we are back on-line */ in iterateTestsWithLevel()
494 ON_LINE=TRUE; in iterateTestsWithLevel()
506 if(mode!=SHOWTESTS && ON_LINE) { in iterateTestsWithLevel()
546 ON_LINE=FALSE; /* just in case */ in runTests()
663 UBool wasON_LINE = ON_LINE; in go_offline_with_marker()
665 if(ON_LINE) { in go_offline_with_marker()
667 ON_LINE=FALSE; in go_offline_with_marker()
[all …]