Searched refs:softValue (Results 1 – 1 of 1) sorted by relevance
1039 T softValue = (T) CldrUtility.INHERITANCE_MARKER; in combineInheritanceWithBaileyForVoting() local1043 if (!voteCount.containsKey(hardValue) || !voteCount.containsKey(softValue)) { in combineInheritanceWithBaileyForVoting()1047 long softCount = voteCount.get(softValue); in combineInheritanceWithBaileyForVoting()1051 T combValue = (hardCount > softCount) ? hardValue : softValue; in combineInheritanceWithBaileyForVoting()1052 T skipValue = (hardCount > softCount) ? softValue : hardValue; in combineInheritanceWithBaileyForVoting()