Home
last modified time | relevance | path

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

/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DCollationWeights.java488 int minLengthRangeCount; in allocWeightsInMinLengthRanges() local
489 for(minLengthRangeCount = 0; in allocWeightsInMinLengthRanges()
490 minLengthRangeCount < rangeCount && in allocWeightsInMinLengthRanges()
491 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges()
492 ++minLengthRangeCount) { in allocWeightsInMinLengthRanges()
493 count += ranges[minLengthRangeCount].count; in allocWeightsInMinLengthRanges()
502 for(int i = 1; i < minLengthRangeCount; ++i) { in allocWeightsInMinLengthRanges()
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DCollationWeights.java490 int minLengthRangeCount; in allocWeightsInMinLengthRanges() local
491 for(minLengthRangeCount = 0; in allocWeightsInMinLengthRanges()
492 minLengthRangeCount < rangeCount && in allocWeightsInMinLengthRanges()
493 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges()
494 ++minLengthRangeCount) { in allocWeightsInMinLengthRanges()
495 count += ranges[minLengthRangeCount].count; in allocWeightsInMinLengthRanges()
504 for(int i = 1; i < minLengthRangeCount; ++i) { in allocWeightsInMinLengthRanges()
/external/icu/icu4c/source/i18n/
Dcollationweights.cpp427 int32_t minLengthRangeCount; in allocWeightsInMinLengthRanges() local
428 for(minLengthRangeCount = 0; in allocWeightsInMinLengthRanges()
429 minLengthRangeCount < rangeCount && in allocWeightsInMinLengthRanges()
430 ranges[minLengthRangeCount].length == minLength; in allocWeightsInMinLengthRanges()
431 ++minLengthRangeCount) { in allocWeightsInMinLengthRanges()
432 count += ranges[minLengthRangeCount].count; in allocWeightsInMinLengthRanges()
441 for(int32_t i = 1; i < minLengthRangeCount; ++i) { in allocWeightsInMinLengthRanges()