Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java949 long hardCount = voteCount.get(hardValue); in combineInheritanceWithBaileyForVoting() local
951 if (hardCount == 0 || softCount == 0) { in combineInheritanceWithBaileyForVoting()
954 T combValue = (hardCount > softCount) ? hardValue : softValue; in combineInheritanceWithBaileyForVoting()
955 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting()
956 long combinedCount = hardCount + softCount; in combineInheritanceWithBaileyForVoting()