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

  /external/chromium_org/third_party/icu/source/tools/ctestfw/
ctest.c 117 static UBool ON_LINE = FALSE; /* are we on the top line with our test name? */
364 ON_LINE = TRUE; /* we are still on the line with the test name */
413 if(!ON_LINE) { /* had some output */
431 ON_LINE = TRUE; /* we are back on-line */
467 ON_LINE=TRUE;
479 if(mode!=SHOWTESTS && ON_LINE) {
519 ON_LINE=FALSE; /* just in case */
635 UBool wasON_LINE = ON_LINE;
637 if(ON_LINE) {
639 ON_LINE=FALSE
    [all...]
  /external/icu/icu4c/source/tools/ctestfw/
ctest.c 117 static UBool ON_LINE = FALSE; /* are we on the top line with our test name? */
364 ON_LINE = TRUE; /* we are still on the line with the test name */
413 if(!ON_LINE) { /* had some output */
431 ON_LINE = TRUE; /* we are back on-line */
467 ON_LINE=TRUE;
479 if(mode!=SHOWTESTS && ON_LINE) {
519 ON_LINE=FALSE; /* just in case */
636 UBool wasON_LINE = ON_LINE;
638 if(ON_LINE) {
640 ON_LINE=FALSE
    [all...]

Completed in 3361 milliseconds