Home
last modified time | relevance | path

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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationBuilder.java1098 long[] oldCEs = new long[Collation.MAX_EXPANSION_LENGTH];
1099 int oldCEsLength = dataBuilder.getCEs(prefix, str, oldCEs, 0);
1100 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java1094 long[] oldCEs = new long[Collation.MAX_EXPANSION_LENGTH];
1095 int oldCEsLength = dataBuilder.getCEs(prefix, str, oldCEs, 0);
1096 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) {
/external/icu/icu4c/source/i18n/
Dcollationbuilder.cpp1349 int64_t oldCEs[Collation::MAX_EXPANSION_LENGTH]; in addIfDifferent() local
1350 int32_t oldCEsLength = dataBuilder->getCEs(prefix, str, oldCEs, 0); in addIfDifferent()
1351 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) { in addIfDifferent()
/external/cldr/tools/java/libs/
Dicu4j.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/ibm/ com/ ...