/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/coll/ |
D | CollationWeights.java | 152 range.start = incWeight(weight, range.length); in nextWeight() 246 private long incWeight(long weight, int length) { in incWeight() method in CollationWeights 408 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() 545 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
|
/third_party/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 150 range.start = incWeight(weight, range.length); in nextWeight() 244 private long incWeight(long weight, int length) { in incWeight() method in CollationWeights 406 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() 543 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges()
|
/third_party/node/deps/icu-small/source/i18n/ |
D | collationweights.cpp | 154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() function in CollationWeights 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 560 range.start = incWeight(weight, range.length); in nextWeight()
|
D | collationweights.h | 90 uint32_t incWeight(uint32_t weight, int32_t length) const;
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() function in CollationWeights 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 560 range.start = incWeight(weight, range.length); in nextWeight()
|
D | collationweights.h | 90 uint32_t incWeight(uint32_t weight, int32_t length) const;
|
/third_party/flutter/skia/third_party/externals/icu/source/i18n/ |
D | collationweights.cpp | 154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() function in CollationWeights 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 560 range.start = incWeight(weight, range.length); in nextWeight()
|
D | collationweights.h | 90 uint32_t incWeight(uint32_t weight, int32_t length) const;
|
/third_party/icu/icu4c/source/i18n/ |
D | collationweights.cpp | 154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { in incWeight() function in CollationWeights 334 if(incWeight(lowerEnd, length)==upperStart) { in getWeightRanges() 481 ranges[1].start = incWeight(ranges[0].end, minLength); in allocWeightsInMinLengthRanges() 560 range.start = incWeight(weight, range.length); in nextWeight()
|
D | collationweights.h | 90 uint32_t incWeight(uint32_t weight, int32_t length) const;
|