Home
last modified time | relevance | path

Searched refs:allocWeightsInMinLengthRanges (Results 1 – 4 of 4) sorted by relevance

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