Searched refs:newCEs (Results 1 - 2 of 2) sorted by relevance

/external/icu4c/i18n/
H A Dcolldata.cpp138 uint32_t *newCEs = NEW_ARRAY(uint32_t, newMax); local
140 if (newCEs == NULL) {
145 uprv_memcpy(newCEs, ces, listSize * sizeof(uint32_t));
151 ces = newCEs;
H A Ducol.cpp261 uint32_t *newCEs = (uint32_t *)uprv_malloc(newCapacity * 4); local
262 if(newCEs == NULL) {
265 uprv_memcpy(newCEs, oldCEs, length * 4);
267 data->extendCEs = newCEs;
269 data->CEpos = newCEs + length;

Completed in 56 milliseconds