Searched refs:childDiffs (Results 1 – 1 of 1) sorted by relevance
129 Counter<CLDRLocale> childDiffs = new Counter<>(); in main() local173 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()