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

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

Completed in 168 milliseconds