Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/test/
DCheckNumbers.java360 Set<Count> otherCounts = new HashSet<Count>(pluralTypes); in checkDecimalFormatConsistency() local
368 otherCounts.remove(thisCount); in checkDecimalFormatConsistency()
370 for (Count count : otherCounts) { in checkDecimalFormatConsistency()