Home
last modified time | relevance | path

Searched refs:incWeightTrail (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java229 private static long incWeightTrail(long weight, int length) { in incWeightTrail() method in CollationWeights
335 lower[length].start=incWeightTrail(weight, length); in getWeightRanges()
343 middle.start=incWeightTrail(weight, middleLength); in getWeightRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp87 incWeightTrail(uint32_t weight, int32_t length) { in incWeightTrail() function
265 lower[length].start=incWeightTrail(weight, length); in getWeightRanges()
273 middle.start=incWeightTrail(weight, middleLength); in getWeightRanges()