Home | History | Annotate | Download | only in i18n

Lines Matching refs:oldCEsLength

1351     int32_t oldCEsLength = dataBuilder->getCEs(prefix, str, oldCEs, 0);
1352 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) {