Home
last modified time | relevance | path

Searched refs:encodeCEs (Results 1 - 15 of 15) sorted by relevance

/third_party/icu/tools/unicode/c/genuca/
H A Dcollationbasedatabuilder.h67 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
H A Dcollationbasedatabuilder.cpp266 CollationBaseDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) { in encodeCEs() function in CollationBaseDataBuilder
268 return CollationDataBuilder::encodeCEs(ces, cesLength, errorCode); in encodeCEs()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationDataBuilder.java120 int ce32 = encodeCEs(ces, cesLength); in add()
128 * <p>add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
130 int encodeCEs(long ces[], int cesLength) { in encodeCEs() method in CollationDataBuilder
731 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
760 ce32 = dest.encodeCEs(modifiedCEs, length); in copyCE32()
H A DCollationBuilder.java853 * Takes ce32=dataBuilder.encodeCEs(...) so that the data builder
1098 ce32 = dataBuilder.encodeCEs(newCEs, newCEsLength); in addIfDifferent()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
H A DCollationDataBuilder.java121 int ce32 = encodeCEs(ces, cesLength); in add()
129 * <p>add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
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()
H A DCollationBuilder.java857 * Takes ce32=dataBuilder.encodeCEs(...) so that the data builder
1102 ce32 = dataBuilder.encodeCEs(newCEs, newCEsLength); in addIfDifferent()
/third_party/icu/icu4c/source/i18n/
H A Dcollationdatabuilder.h105 * add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
H A Dcollationdatabuilder.cpp557 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
773 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() function in CollationDataBuilder
1067 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
1097 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
H A Dcollationbuilder.cpp1359 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationdatabuilder.h105 * add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
H A Dcollationdatabuilder.cpp557 uint32_t ce32 = encodeCEs(ces, cesLength, errorCode); in add()
773 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs() function in CollationDataBuilder
1067 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
1097 ce32 = dest.encodeCEs(modifiedCEs, length, errorCode); in copyCE32()
H A Dcollationbuilder.cpp1380 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
/third_party/skia/third_party/externals/icu/source/i18n/
H A Dcollationdatabuilder.h105 * add(p, s, ces, cesLength) = addCE32(p, s, encodeCEs(ces, cesLength))
107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
H A 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()
H A Dcollationbuilder.cpp1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()

Completed in 30 milliseconds