Home
last modified time | relevance | path

Searched refs:truncateWeight (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java227 private static long truncateWeight(long weight, int length) { in truncateWeight() method in CollationWeights
307 if(lowerLimit==truncateWeight(upperLimit, lowerLength)) { in getWeightRanges()
342 weight=truncateWeight(weight, length-1); in getWeightRanges()
362 weight=truncateWeight(weight, length-1); in getWeightRanges()
392 assert(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
393 truncateWeight(upperStart, length-1)); in getWeightRanges()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java229 private static long truncateWeight(long weight, int length) { in truncateWeight() method in CollationWeights
309 if(lowerLimit==truncateWeight(upperLimit, lowerLength)) { in getWeightRanges()
344 weight=truncateWeight(weight, length-1); in getWeightRanges()
364 weight=truncateWeight(weight, length-1); in getWeightRanges()
394 assert(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
395 truncateWeight(upperStart, length-1)); in getWeightRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp84 truncateWeight(uint32_t weight, int32_t length) { in truncateWeight() function
235 if(lowerLimit==truncateWeight(upperLimit, lowerLength)) { in getWeightRanges()
272 weight=truncateWeight(weight, length-1); in getWeightRanges()
291 weight=truncateWeight(weight, length-1); in getWeightRanges()
320 U_ASSERT(truncateWeight(lowerEnd, length-1)== in getWeightRanges()
321 truncateWeight(upperStart, length-1)); in getWeightRanges()