Home | History | Annotate | Download | only in i18n

Lines Matching refs:oldCEs

1315     int64_t oldCEs[Collation::MAX_EXPANSION_LENGTH];
1316 int32_t oldCEsLength = dataBuilder->getCEs(prefix, str, oldCEs, 0);
1317 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) {