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
140
int32_t
listMax
;
232
int32_t
listMax
;
/external/icu4c/test/intltest/
ssearch.cpp
707
int32_t
listMax
;
712
: list(NULL), listSize(0),
listMax
(16)
714
list = new Order[
listMax
];
718
: list(NULL),
listMax
(16), listSize(0)
739
list = new Order[
listMax
];
767
if (listSize >=
listMax
) {
768
listMax
*= 2;
770
Order *newList = new Order[
listMax
];
[
all
...]
Completed in 22 milliseconds