Home
last modified time | relevance | path

Searched refs:sameCEs (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/
Dcollationbuilder.h149 static UBool sameCEs(const int64_t ces1[], int32_t ces1Length,
Dcollationbuilder.cpp1350 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) { in addIfDifferent()
1360 CollationBuilder::sameCEs(const int64_t ces1[], int32_t ces1Length, in sameCEs() function in CollationBuilder
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationBuilder.java1093 if(!sameCEs(newCEs, newCEsLength, oldCEs, oldCEsLength)) {
1102 private static boolean sameCEs(long[] ces1, int ces1Length,