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.c119 static UBool ON_LINE = FALSE; /* are we on the top line with our test name? */ variable
366 ON_LINE = TRUE; /* we are still on the line with the test name */ in iterateTestsWithLevel()
415 if(!ON_LINE) { /* had some output */ in iterateTestsWithLevel()
433 ON_LINE = TRUE; /* we are back on-line */ in iterateTestsWithLevel()
469 ON_LINE=TRUE; in iterateTestsWithLevel()
481 if(mode!=SHOWTESTS && ON_LINE) { in iterateTestsWithLevel()
521 ON_LINE=FALSE; /* just in case */ in runTests()
638 UBool wasON_LINE = ON_LINE; in go_offline_with_marker()
640 if(ON_LINE) { in go_offline_with_marker()
642 ON_LINE=FALSE; in go_offline_with_marker()
[all …]