Home | History | Annotate | Download | only in i18n

Lines Matching refs:oldCEs

276     uint32_t *oldCEs = data->extendCEs;
277 if(oldCEs == NULL) {
278 oldCEs = data->CEs;
280 int32_t length = data->CEpos - oldCEs;
285 uprv_memcpy(newCEs, oldCEs, length * 4);