Searched refs:toChildren (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestDTDAttributes.java | 50 Relation<String, String> toChildren = ElementAttributeInfo.getInstance( in checkOrdering() local 55 for (String element : toChildren.keySet()) { in checkOrdering() 57 Set<String> containedElements = toChildren.getAll(element); in checkOrdering() 96 for (String contained : toChildren.getAll(element)) { in checkOrdering() 606 Relation<String, String> toChildren, in checkStructure() argument 609 Set<String> myChildren = toChildren.getAll(element); in checkStructure() 633 checkStructure(dtdType, child, indent + 1, toChildren, in checkStructure()
|
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | GenerateMaximalLocales.java | 716 …Relation<String, String> toChildren = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.clas… in printDefaultContent() local 737 toChildren.put(parent, locale); in printDefaultContent() 754 Set<String> children = toChildren.getAll(locale); in printDefaultContent() 762 toChildren.removeAll(locale, toRemove); in printDefaultContent() 767 main: for (String locale : toChildren.keySet()) { in printDefaultContent() 773 Set<String> children = toChildren.getAll(locale); in printDefaultContent()
|