Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationdatabuilder.h105 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
Dcollationdatabuilder.cpp530 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
654 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() function in CollationDataBuilder
946 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
976 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
Dcollationbuilder.cpp1352 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java118 int ce32 = encodeCEs(ces, cesLength); in add()
128 int encodeCEs(long ces[], int cesLength) { in encodeCEs() method in CollationDataBuilder
717 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
746 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
DCollationBuilder.java1095 ce32 = dataBuilder.encodeCEs(newCEs, newCEsLength);