OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:reallocces
(Results
1 - 1
of
1
) sorted by null
/external/icu4c/i18n/
ucol.cpp
255
reallocCEs
(collIterate *data, int32_t newCapacity) {
281
return
reallocCEs
(data, 2 * oldCapacity);
296
return
reallocCEs
(data, minCapacity > oldCapacity ? minCapacity : oldCapacity);
[
all
...]
Completed in 108 milliseconds