Home
last modified time | relevance | path

Searched defs:ces (Results 1 – 25 of 56) sorted by relevance

123

/third_party/icu/icu4c/source/test/intltest/
Dcolldata.h117 uint32_t *ces; variable
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationDataBuilder.java119 void add(CharSequence prefix, CharSequence s, long ces[], int cesLength) { in add()
130 int encodeCEs(long ces[], int cesLength) { in encodeCEs()
331 int getCEs(CharSequence s, long ces[], int cesLength) { in getCEs()
335 int getCEs(CharSequence prefix, CharSequence s, long ces[], int cesLength) { in getCEs()
492 protected int encodeExpansion(long ces[], int start, int length) { in encodeExpansion()
1196 protected int getCEs(CharSequence s, int start, long ces[], int cesLength) { in getCEs()
1248 int fetchCEs(CharSequence str, int start, long ces[], int cesLength) { in fetchCEs()
DContractionsAndExpansions.java35 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in ContractionsAndExpansions
39 void handleExpansion(long ces[], int start, int length); in handleExpansion()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationDataBuilder.java120 void add(CharSequence prefix, CharSequence s, long ces[], int cesLength) { in add()
131 int encodeCEs(long ces[], int cesLength) { in encodeCEs()
332 int getCEs(CharSequence s, long ces[], int cesLength) { in getCEs()
336 int getCEs(CharSequence prefix, CharSequence s, long ces[], int cesLength) { in getCEs()
481 protected int encodeExpansion(long ces[], int start, int length) { in encodeExpansion()
1166 protected int getCEs(CharSequence s, int start, long ces[], int cesLength) { in getCEs()
1218 int fetchCEs(CharSequence str, int start, long ces[], int cesLength) { in fetchCEs()
DContractionsAndExpansions.java39 private long[] ces = new long[Collation.MAX_EXPANSION_LENGTH]; field in ContractionsAndExpansions
46 void handleExpansion(long ces[], int start, int length); in handleExpansion()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationdatabuilder.cpp172 int64_t ces[], int32_t cesLength) { in fetchCEs()
536 const int64_t ces[], int32_t cesLength, in add()
662 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs()
710 CollationDataBuilder::encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode) { in encodeExpansion()
1513 CollationDataBuilder::getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength) { in getCEs()
1519 int64_t ces[], int32_t cesLength) { in getCEs()
1530 int64_t ces[], int32_t cesLength) { in getCEs()
Dcollationsets.h137 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; variable
Dcollationbuilder.h308 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; variable
Dcollationdata.h183 const int64_t *ces; member
Dcoleitr.cpp402 virtual void handleExpansion(const int64_t ces[], int32_t length) { in handleExpansion()
/third_party/node/deps/icu-small/source/i18n/
Dcollationdatabuilder.cpp184 int64_t ces[], int32_t cesLength) { in fetchCEs()
555 const int64_t ces[], int32_t cesLength, in add()
773 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs()
824 CollationDataBuilder::encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode) { in encodeExpansion()
1656 CollationDataBuilder::getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength) { in getCEs()
1662 int64_t ces[], int32_t cesLength) { in getCEs()
1673 int64_t ces[], int32_t cesLength) { in getCEs()
Dcollationsets.h137 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; variable
Dcollationbuilder.h310 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; variable
Dcollationdata.h179 const int64_t *ces; member
Dcoleitr.cpp402 virtual void handleExpansion(const int64_t ces[], int32_t length) override { in handleExpansion()
/third_party/icu/icu4c/source/i18n/
Dcollationdatabuilder.cpp184 int64_t ces[], int32_t cesLength) { in fetchCEs()
555 const int64_t ces[], int32_t cesLength, in add()
773 CollationDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, in encodeCEs()
824 CollationDataBuilder::encodeExpansion(const int64_t ces[], int32_t length, UErrorCode &errorCode) { in encodeExpansion()
1656 CollationDataBuilder::getCEs(const UnicodeString &s, int64_t ces[], int32_t cesLength) { in getCEs()
1662 int64_t ces[], int32_t cesLength) { in getCEs()
1673 int64_t ces[], int32_t cesLength) { in getCEs()
Dcollationsets.h137 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; variable
Dcollationbuilder.h310 int64_t ces[Collation::MAX_EXPANSION_LENGTH]; variable
Dcollationdata.h179 const int64_t *ces; member
Dcoleitr.cpp402 virtual void handleExpansion(const int64_t ces[], int32_t length) override { in handleExpansion()
/third_party/icu/tools/unicode/c/genuca/
Dcollationbasedatabuilder.cpp266 CollationBaseDataBuilder::encodeCEs(const int64_t ces[], int32_t cesLength, UErrorCode &errorCode) { in encodeCEs()
272 CollationBaseDataBuilder::addRootElements(const int64_t ces[], int32_t cesLength, in addRootElements()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/text/
DCollationElementIterator.java580 public void handleExpansion(long ces[], int start, int length) { in handleExpansion()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
DCollationElementIterator.java597 public void handleExpansion(long ces[], int start, int length) { in handleExpansion()
/third_party/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java255 long[] ces; in TestMinMax() local
956 long[] ces; in TestTailoredElements() local
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/collator/
DCollationTest.java258 long[] ces; in TestMinMax() local
959 long[] ces; in TestTailoredElements() local

123