Home
last modified time | relevance | path

Searched refs:incWeightByOffset (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/icu-small/source/i18n/
Dcollationweights.h91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
Dcollationweights.cpp169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset() function in CollationWeights
478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges()
/third_party/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
Dcollationweights.cpp169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset() function in CollationWeights
478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges()
/third_party/icu/icu4c/source/i18n/
Dcollationweights.h91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
Dcollationweights.cpp169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset() function in CollationWeights
478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dcollationweights.h91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
Dcollationweights.cpp169 CollationWeights::incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const { in incWeightByOffset() function in CollationWeights
478 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges()
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java258 private long incWeightByOffset(long weight, int length, int offset) { in incWeightByOffset() method in CollationWeights
537 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges()
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/
DCollationWeights.java260 private long incWeightByOffset(long weight, int length, int offset) { in incWeightByOffset() method in CollationWeights
539 ranges[0].end = incWeightByOffset(start, minLength, count1 - 1); in allocWeightsInMinLengthRanges()