Home
last modified time | relevance | path

Searched refs:handleExpansion (Results 1 – 16 of 16) sorted by relevance

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DContractionsAndExpansions.java46 void handleExpansion(long ces[], int start, int length); in handleExpansion() method
152 sink.handleExpansion(ces, 0, 2); in handleCE32()
167 sink.handleExpansion(ces, 0, length); in handleCE32()
179 sink.handleExpansion(data.ces, idx, length); in handleCE32()
215 sink.handleExpansion(iter.getCEs(), 0, length - 1); in handleCE32()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DContractionsAndExpansions.java39 void handleExpansion(long ces[], int start, int length); in handleExpansion() method
145 sink.handleExpansion(ces, 0, 2); in handleCE32()
160 sink.handleExpansion(ces, 0, length); in handleCE32()
172 sink.handleExpansion(data.ces, idx, length); in handleCE32()
208 sink.handleExpansion(iter.getCEs(), 0, length - 1); in handleCE32()
/third_party/icu/icu4c/source/i18n/
Dcollationsets.cpp459 sink->handleExpansion(ces, 2); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
521 sink->handleExpansion(iter.getCEs(), length - 1); in handleCE32()
Dcollationsets.h93 virtual void handleExpansion(const int64_t ces[], int32_t length) = 0;
Dcoleitr.cpp402 virtual void handleExpansion(const int64_t ces[], int32_t length) { in handleExpansion() function in __anonf5dd958d0211::MaxExpSink
/third_party/node/deps/icu-small/source/i18n/
Dcollationsets.cpp459 sink->handleExpansion(ces, 2); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
521 sink->handleExpansion(iter.getCEs(), length - 1); in handleCE32()
Dcollationsets.h93 virtual void handleExpansion(const int64_t ces[], int32_t length) = 0;
Dcoleitr.cpp402 virtual void handleExpansion(const int64_t ces[], int32_t length) override { in handleExpansion() function in __anon2f04449c0211::MaxExpSink
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationsets.cpp459 sink->handleExpansion(ces, 2); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
521 sink->handleExpansion(iter.getCEs(), length - 1); in handleCE32()
Dcollationsets.h93 virtual void handleExpansion(const int64_t ces[], int32_t length) = 0;
Dcoleitr.cpp402 virtual void handleExpansion(const int64_t ces[], int32_t length) { in handleExpansion() function in __anond84213900211::MaxExpSink
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationsets.cpp459 sink->handleExpansion(ces, 2); in handleCE32()
474 sink->handleExpansion(ces, length); in handleCE32()
485 sink->handleExpansion(data->ces + Collation::indexFromCE32(ce32), length); in handleCE32()
521 sink->handleExpansion(iter.getCEs(), length - 1); in handleCE32()
Dcollationsets.h93 virtual void handleExpansion(const int64_t ces[], int32_t length) = 0;
Dcoleitr.cpp402 virtual void handleExpansion(const int64_t ces[], int32_t length) { in handleExpansion() function in __anonc3471e3b0211::MaxExpSink
/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() method in CollationElementIterator.MaxExpSink
/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() method in CollationElementIterator.MaxExpSink