Home
last modified time | relevance | path

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

/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVoteResolver.java1047 long softCount = voteCount.get(softValue); in combineInheritanceWithBaileyForVoting() local
1048 if (hardCount == 0 || softCount == 0) { in combineInheritanceWithBaileyForVoting()
1051 T combValue = (hardCount > softCount) ? hardValue : softValue; in combineInheritanceWithBaileyForVoting()
1052 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting()
1053 long combinedCount = hardCount + softCount; in combineInheritanceWithBaileyForVoting()