Home
last modified time | relevance | path

Searched defs: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
276 …private static void showInheritance(Set<CLDRLocale> topParents, String prefix, Relation<CLDRLocale… in showInheritance()