Home
last modified time | relevance | path

Searched refs:oldCEs (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1315 int64_t oldCEs[Collation::MAX_EXPANSION_LENGTH]; in addIfDifferent() local
1316 int32_t oldCEsLength = dataBuilder->getCEs(prefix, str, oldCEs, 0); in addIfDifferent()
1317 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) { in addIfDifferent()
/external/chromium_org/third_party/icu/source/i18n/
Ducol.cpp276 uint32_t *oldCEs = data->extendCEs; in reallocCEs() local
277 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()