Searched defs:encodeCEs (Results 1 - 2 of 2) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dcollationbasedatabuilder.cpp256 CollationBaseDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) { function in class:CollationBaseDataBuilder
258 return CollationDataBuilder::encodeCEs(ces, cesLength, errorCode);
H A Dcollationdatabuilder.cpp527 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode);
651 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, function in class:CollationDataBuilder
943 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode);
973 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode);

Completed in 217 milliseconds