Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java45 …private final Relation<String, Attribute> nameToAttributes = Relation.of(new TreeMap<String, Set<A… field in DtdData
702 nameToAttributes.freeze(); in freeze()
825 return nameToAttributes; in getAttributesFromName()
1114 return new LinkedHashSet<Attribute>(nameToAttributes.values()); in getAttributes()