Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dcollationweights.h99 UBool allocWeightsInShortRanges(int32_t n, int32_t minLength);
Dcollationweights.cpp392 CollationWeights::allocWeightsInShortRanges(int32_t n, int32_t minLength) { in allocWeightsInShortRanges() function in CollationWeights
514 if(allocWeightsInShortRanges(n, minLength)) { break; } in allocWeights()
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java101 if(allocWeightsInShortRanges(n, minLength)) { break; } in allocWeights()
459 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges() method in CollationWeights
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java103 if(allocWeightsInShortRanges(n, minLength)) { break; } in allocWeights()
461 private boolean allocWeightsInShortRanges(int n, int minLength) { in allocWeightsInShortRanges() method in CollationWeights