Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java129 Counter<CLDRLocale> childDiffs = new Counter<>(); in main() local
173 childDiffs.add(child, 1); in main()
178 long totalChildDiffs = childDiffs.getTotal(); in main()
194 for (CLDRLocale s : childDiffs.getKeysetSortedByKey()) { in main()
195 long childDiffValue = childDiffs.get(s); in main()