Searched defs:getWeightRanges (Results 1 - 3 of 3) sorted by relevance

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java88 // Call getWeightRanges() and then determine heuristically
93 if(!getWeightRanges(lowerLimit, upperLimit)) {
289 private boolean getWeightRanges(long lowerLimit, long upperLimit) { method in class:CollationWeights
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp211 CollationWeights::getWeightRanges(uint32_t lowerLimit, uint32_t upperLimit) { function in class:CollationWeights
492 * call getWeightRanges and then determine heuristically
502 if(!getWeightRanges(lowerLimit, upperLimit)) {
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java86 // Call getWeightRanges() and then determine heuristically
91 if(!getWeightRanges(lowerLimit, upperLimit)) {
287 private boolean getWeightRanges(long lowerLimit, long upperLimit) { method in class:CollationWeights

Completed in 175 milliseconds