Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationweights.h97 UBool allocWeightsInShortRanges(int32_t n, int32_t minLength);
Dcollationweights.cpp365 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges() function in CollationWeights
487 if(allocWeightsInShortRanges(n, minLength)) { break; } in allocWeights()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java99 if(allocWeightsInShortRanges(n, minLength)) { break; } in allocWeights()
437 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges() method in CollationWeights