Home
last modified time | relevance | path

Searched refs:encodeCEs (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationDataBuilder.java121 int ce32 = encodeCEs(ces, cesLength); in add()
131 int encodeCEs(long ces[], int cesLength) { in encodeCEs() method in CollationDataBuilder
720 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
749 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
DCollationBuilder.java1102 ce32 = dataBuilder.encodeCEs(newCEs, newCEsLength);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java120 int ce32 = encodeCEs(ces, cesLength); in add()
130 int encodeCEs(long ces[], int cesLength) { in encodeCEs() method in CollationDataBuilder
719 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
748 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
DCollationBuilder.java1098 ce32 = dataBuilder.encodeCEs(newCEs, newCEsLength);
/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.h107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
Dcollationdatabuilder.cpp532 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
656 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() function in CollationDataBuilder
948 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
978 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
Dcollationbuilder.cpp1354 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()