OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAXLINES
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/tools/ctestfw/
uperf.cpp
24
static const int
MAXLINES
= 40000;
216
lines = new ULine[
MAXLINES
];
217
int
maxLines
=
MAXLINES
;
232
if (numLines >=
maxLines
) {
233
maxLines
+=
MAXLINES
;
234
ULine *newLines = new ULine[
maxLines
];
/external/icu4c/test/perf/collationperf/
collperf.cpp
[
all
...]
Completed in 59 milliseconds