OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:listMax
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
colldata.h
150
int32_t
listMax
;
244
int32_t
listMax
;
/external/icu4c/test/intltest/
ssearch.cpp
700
int32_t
listMax
;
705
: list(NULL),
listMax
(16), listSize(0)
707
list = new Order[
listMax
];
711
: list(NULL),
listMax
(16), listSize(0)
732
list = new Order[
listMax
];
760
if (listSize >=
listMax
) {
761
listMax
*= 2;
763
Order *newList = new Order[
listMax
];
[
all
...]
Completed in 62 milliseconds