Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DVoteResolver.java942 T softValue = (T) CldrUtility.INHERITANCE_MARKER; in combineInheritanceWithBaileyForVoting() local
946 if (!voteCount.containsKey(hardValue) || !voteCount.containsKey(softValue)) { in combineInheritanceWithBaileyForVoting()
950 long softCount = voteCount.get(softValue); in combineInheritanceWithBaileyForVoting()
954 T combValue = (hardCount > softCount) ? hardValue : softValue; in combineInheritanceWithBaileyForVoting()
955 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting()