Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DFindDTDOrder.java142 for (String attribute : attributeToElements.keySet()) { in writeAttributeElements()
144 for (String element : attributeToElements.getAll(attribute)) { in writeAttributeElements()
623 Relation<String, String> attributeToElements = Relation.of(new TreeMap<String, Set<String>>(), field in FindDTDOrder
643 attributeToElements.put(aName, eName); in attributeDecl()