Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java271 Set<CLDRLocale> topParents = new TreeSet<>(parentToChildren.keySet()); in showInheritance() local
272 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() argument
277 for (CLDRLocale locale : topParents) { in showInheritance()