OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:listMax
(Results
1 - 5
of
5
) sorted by null
/external/icu4c/i18n/unicode/
colldata.h
151
int32_t
listMax
;
245
int32_t
listMax
;
/external/icu4c/i18n/
colldata.cpp
51
: ces(NULL),
listMax
(CELIST_BUFFER_SIZE), listSize(0)
132
if (listSize >=
listMax
) {
133
int32_t newMax =
listMax
+ CELIST_BUFFER_SIZE;
153
listMax
= newMax;
202
: strings(NULL),
listMax
(STRING_LIST_BUFFER_SIZE), listSize(0)
208
strings = new UnicodeString [
listMax
];
236
if (listSize >=
listMax
) {
237
int32_t newMax =
listMax
+ STRING_LIST_BUFFER_SIZE;
259
listMax
= newMax;
/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
...]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9/
string-unpack-code.js
[
all
...]
/external/webkit/PerformanceTests/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js
[
all
...]
Completed in 4560 milliseconds