Searched refs:oldCEs (Results 1 – 2 of 2) sorted by relevance
1315 int64_t oldCEs[Collation::MAX_EXPANSION_LENGTH]; in addIfDifferent() local1316 int32_t oldCEsLength = dataBuilder->getCEs(prefix, str, oldCEs, 0); in addIfDifferent()1317 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) { in addIfDifferent()
276 uint32_t *oldCEs = data->extendCEs; in reallocCEs() local277 if(oldCEs == NULL) { in reallocCEs()278 oldCEs = data->CEs; in reallocCEs()280 int32_t length = data->CEpos - oldCEs; in reallocCEs()285 uprv_memcpy(newCEs, oldCEs, length * 4); in reallocCEs()