Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java100 showInheritance(parentToChildren); in main()
269 private static void showInheritance(Relation<CLDRLocale, CLDRLocale> parentToChildren) { in showInheritance() method in ShowRegionalVariants
273 showInheritance(topParents, "", parentToChildren); in showInheritance()
276 …private static void showInheritance(Set<CLDRLocale> topParents, String prefix, Relation<CLDRLocale… in showInheritance() method in ShowRegionalVariants
284 showInheritance(newChildren, current, parentToChildren); in showInheritance()