/third_party/icu/tools/unicode/c/genuca/ |
D | collationbasedatabuilder.h | 67 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
|
D | collationbasedatabuilder.cpp | 261 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/ |
D | collationdatabuilder.h | 107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
|
D | collationdatabuilder.cpp | 538 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()
|
D | collationbuilder.cpp | 1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
|
/third_party/icu/icu4c/source/i18n/ |
D | collationdatabuilder.h | 107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
|
D | collationdatabuilder.cpp | 538 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()
|
D | collationbuilder.cpp | 1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationdatabuilder.h | 107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
|
D | collationdatabuilder.cpp | 532 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()
|
D | collationbuilder.cpp | 1354 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationdatabuilder.h | 107 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
|
D | collationdatabuilder.cpp | 538 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()
|
D | collationbuilder.cpp | 1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationDataBuilder.java | 120 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()
|
D | CollationBuilder.java | 1098 ce32 = dataBuilder.encodeCEs(newCEs, newCEsLength);
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationDataBuilder.java | 121 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()
|
D | CollationBuilder.java | 1102 ce32 = dataBuilder.encodeCEs(newCEs, newCEsLength);
|