/third_party/icu/tools/unicode/c/genuca/ |
H A D | collationbasedatabuilder.h | 67 virtual uint32_t encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode);
|
H A D | collationbasedatabuilder.cpp | 266 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 D | CollationDataBuilder.java | 120 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 D | CollationBuilder.java | 853 * 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 D | CollationDataBuilder.java | 121 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 D | CollationBuilder.java | 857 * 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 D | collationdatabuilder.h | 105 * 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 D | collationdatabuilder.cpp | 557 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 D | collationbuilder.cpp | 1359 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
|
/third_party/node/deps/icu-small/source/i18n/ |
H A D | collationdatabuilder.h | 105 * 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 D | collationdatabuilder.cpp | 557 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 D | collationbuilder.cpp | 1380 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
H A D | collationdatabuilder.h | 105 * 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 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()
|
H A D | collationbuilder.cpp | 1353 ce32 = dataBuilder->encodeCEs(newCEs, newCEsLength, errorCode); in addIfDifferent()
|