Home
last modified time | relevance | path

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

/third_party/icu/ohos_icu4j/src/main/java/ohos/global/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()
/third_party/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()
/third_party/node/deps/icu-small/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()
/third_party/skia/third_party/externals/icu/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()
/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/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()