Searched defs:parentToChildren (Results 1 – 3 of 3) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ShowRegionalVariants.java | 70 …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
|
D | ShowData.java | 86 …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/ |
D | TestBasic.java | 721 Multimap<String, String> parentToChildren = Inheritance.parentToChildren; in TestDefaultContents() local 849 public static final Multimap<String, String> parentToChildren; field in TestBasic.Inheritance
|