HomeSort by relevance Sort by last modified time
    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 156 milliseconds