OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STRING_LIST_BUFFER_SIZE
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/unicode/
colldata.h
45
#define
STRING_LIST_BUFFER_SIZE
16
/external/icu4c/i18n/
colldata.cpp
201
: strings(NULL), listMax(
STRING_LIST_BUFFER_SIZE
), listSize(0)
236
int32_t newMax = listMax +
STRING_LIST_BUFFER_SIZE
;
243
int32_t _h = listSize /
STRING_LIST_BUFFER_SIZE
;
Completed in 37 milliseconds