Home | History | Annotate | Download | only in i18n

Lines Matching full:oldces

255     uint32_t *oldCEs = data->extendCEs;
256 if(oldCEs == NULL) {
257 oldCEs = data->CEs;
259 int32_t length = data->CEpos - oldCEs;
264 uprv_memcpy(newCEs, oldCEs, length * 4);