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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java111 if(allocWeightsInMinLengthRanges(n, minLength)) { break; }
486 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { method in class:CollationWeights
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp423 CollationWeights::allocWeightsInMinLengthRanges(int32_t n, int32_t minLength) { function in class:CollationWeights
524 if(allocWeightsInMinLengthRanges(n, minLength)) { break; }
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java109 if(allocWeightsInMinLengthRanges(n, minLength)) { break; }
484 private boolean allocWeightsInMinLengthRanges(int n, int minLength) { method in class:CollationWeights

Completed in 199 milliseconds