Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java288 … Relation<String, String> elementPathToAttributes = Relation.of(new TreeMap<String, Set<String>>(), field in GenerateItemCounts.AttributeTypes
302elementPathToAttributes.putAll(elementPath.toString().intern(), parts.getAttributeKeys(i)); in add()
309 for (Entry<String, Set<String>> entry : elementPathToAttributes.keyValuesSet()) { in showStarred()