Searched refs:topParents (Results 1 – 1 of 1) sorted by relevance
271 Set<CLDRLocale> topParents = new TreeSet<>(parentToChildren.keySet()); in showInheritance() local272 topParents.removeAll(values); in showInheritance()273 showInheritance(topParents, "", parentToChildren); in showInheritance()276 …private static void showInheritance(Set<CLDRLocale> topParents, String prefix, Relation<CLDRLocale… in showInheritance() argument277 for (CLDRLocale locale : topParents) { in showInheritance()