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

  /external/icu4c/tools/ctestfw/
uperf.cpp 20 static const int MAXLINES = 40000;
206 lines = new ULine[MAXLINES];
207 int maxLines = MAXLINES;
222 if (numLines >= maxLines) {
223 maxLines += MAXLINES;
224 ULine *newLines = new ULine[maxLines];
  /external/icu4c/test/perf/collationperf/
collperf.cpp     [all...]

Completed in 1238 milliseconds