Home
last modified time | relevance | path

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

/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.h67 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
Dcollationbasedatabuilder.cpp261 CollationBaseDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) { in encodeCEs() function in CollationBaseDataBuilder
263 return CollationDataBuilder::encodeCEs(ces, cesLength, errorCode); in encodeCEs()
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatabuilder.h107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
Dcollationdatabuilder.cpp538 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
662 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() function in CollationDataBuilder
953 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
983 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
Dcollationbuilder.cpp1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
/third_party/icu/icu4c/source/i18n/
Dcollationdatabuilder.h107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
Dcollationdatabuilder.cpp538 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
662 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() function in CollationDataBuilder
953 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
983 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
Dcollationbuilder.cpp1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.h107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
Dcollationdatabuilder.cpp538 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
662 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() function in CollationDataBuilder
953 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
983 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
Dcollationbuilder.cpp1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
/third_party/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);
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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);