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

/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
H A DCollationWeights.java152 range.start = incWeight(weight, range.length);
246 private long incWeight(long weight, int length) { method in class:CollationWeights
408 if(incWeight(lowerEnd, length)==upperStart) {
545 ranges[1].start = incWeight(ranges[0].end, minLength);
/external/icu/icu4c/source/i18n/
H A Dcollationweights.cpp154 CollationWeights::incWeight(uint32_t weight, int32_t length) const { function in class:CollationWeights
334 if(incWeight(lowerEnd, length)==upperStart) {
481 ranges[1].start = incWeight(ranges[0].end, minLength);
560 range.start = incWeight(weight, range.length);
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
H A DCollationWeights.java150 range.start = incWeight(weight, range.length);
244 private long incWeight(long weight, int length) { method in class:CollationWeights
406 if(incWeight(lowerEnd, length)==upperStart) {
543 ranges[1].start = incWeight(ranges[0].end, minLength);

Completed in 161 milliseconds