Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java153 …static final Relation<String, DtdType> ELEMENTS_POSSIBLE = Relation.of(new TreeMap(), TreeSet.clas… field in GenerateItemCounts
171 ELEMENTS_POSSIBLE.put(elementName, dtdType); in checkBadAttributes()
208 for (Entry<String, Set<DtdType>> x : ELEMENTS_POSSIBLE.keyValuesSet()) { in checkBadAttributes()