Home
last modified time | relevance | path

Searched refs:lengthOfWeight (Results 1 – 7 of 7) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java181 public static int lengthOfWeight(long weight) { in lengthOfWeight() method in CollationWeights
294 int lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
295 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java179 public static int lengthOfWeight(long weight) { in lengthOfWeight() method in CollationWeights
292 int lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
293 int upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.h38 static inline int32_t lengthOfWeight(uint32_t weight) { in lengthOfWeight() function
Dcollationweights.cpp216 int32_t lowerLength=lengthOfWeight(lowerLimit); in getWeightRanges()
217 int32_t upperLength=lengthOfWeight(upperLimit); in getWeightRanges()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationTest.java585 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationTest.java584 if (CollationWeights.lengthOfWeight(w) == someLength) { in checkAllocWeights()
/external/icu/icu4c/source/test/intltest/
Dcollationtest.cpp531 if(CollationWeights::lengthOfWeight(w) == someLength) { ++count; } in checkAllocWeights()