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.java398 Set<Count> otherCounts = new HashSet<>(pluralTypes); in checkDecimalFormatConsistency() local
427 otherCounts.remove(thisCount); in checkDecimalFormatConsistency()
429 for (Count count : otherCounts) { in checkDecimalFormatConsistency()