Home
last modified time | relevance | path

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

/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DShowRegionalVariants.java102 showInheritance(parentToChildren); in main()
296 private static void showInheritance(Relation<CLDRLocale, CLDRLocale> parentToChildren) { in showInheritance() method in ShowRegionalVariants
300 showInheritance(topParents, "", parentToChildren); in showInheritance()
303 private static void showInheritance( in showInheritance() method in ShowRegionalVariants
314 showInheritance(newChildren, current, parentToChildren); in showInheritance()