Home
last modified time | relevance | path

Searched defs:parentToChildren (Results 1 – 3 of 3) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java70 …Relation<CLDRLocale, CLDRLocale> parentToChildren = Relation.of(new TreeMap<CLDRLocale, Set<CLDRLo… in main() local
269 private static void showInheritance(Relation<CLDRLocale, CLDRLocale> parentToChildren) { in showInheritance() argument
276 …nce(Set<CLDRLocale> topParents, String prefix, Relation<CLDRLocale, CLDRLocale> parentToChildren) { in showInheritance() argument
DShowData.java86 …static Relation<String, String> parentToChildren = Relation.of(new TreeMap<String, Set<String>>(),… field in ShowData
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java721 Multimap<String, String> parentToChildren = Inheritance.parentToChildren; in TestDefaultContents() local
849 public static final Multimap<String, String> parentToChildren; field in TestBasic.Inheritance