Lines Matching refs:newCEs
260 uint32_t *newCEs = (uint32_t *)uprv_malloc(newCapacity * 4);261 if(newCEs == NULL) {264 uprv_memcpy(newCEs, oldCEs, length * 4);266 data->extendCEs = newCEs;268 data->CEpos = newCEs + length;