Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java1038 T hardValue = organizationToValueAndVote.baileyValue; in combineInheritanceWithBaileyForVoting() local
1043 if (!voteCount.containsKey(hardValue) || !voteCount.containsKey(softValue)) { in combineInheritanceWithBaileyForVoting()
1046 long hardCount = voteCount.get(hardValue); in combineInheritanceWithBaileyForVoting()
1051 T combValue = (hardCount > softCount) ? hardValue : softValue; in combineInheritanceWithBaileyForVoting()
1052 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting()