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

  /external/icu/icu4c/source/tools/ctestfw/
uperf.cpp 59 BULK_MODE,
88 verbose(FALSE), bulk_mode(FALSE),
104 verbose(FALSE), bulk_mode(FALSE),
175 bulk_mode = FALSE;
178 if(options[BULK_MODE].doesOccur) {
179 bulk_mode = TRUE;
  /external/icu/icu4j/perf-tests/src/com/ibm/icu/dev/test/perf/
PerfTest.java 91 protected boolean bulk_mode; field in class:PerfTest
338 static final int BULK_MODE = 11;
455 bulk_mode = false;
500 if (options[LINE_MODE].doesOccur && options[BULK_MODE].doesOccur)
514 bulk_mode = options[BULK_MODE].doesOccur;
    [all...]

Completed in 2152 milliseconds