Searched refs:incWeightByOffset (Results 1 – 4 of 4) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | collationweights.h | 91 uint32_t incWeightByOffset(uint32_t weight, int32_t length, int32_t offset) const;
|
D | collationweights.cpp | 169 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()
|
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/ |
D | CollationWeights.java | 258 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()
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/ |
D | CollationWeights.java | 260 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()
|