Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateItemCounts.java72 …static Relation<String, String> path2value = Relation.of(new TreeMap<String, Set<String>>(), TreeS… field in GenerateItemCounts
130 … compare(summary, changes, changesNew, changesDeletes, changesSummary, oldPath2value, path2value); in main()
131 checkBadAttributes(path2value, prefix + fileKey + "_dtd_check.txt"); in main()
133 oldPath2value = path2value; in main()
134 path2value = Relation.of(new TreeMap<String, Set<String>>(), TreeSet.class); in main()
644 path2value.put(pathKey, value); in handlePathValue()
652 path2value.put(pathKey + "/_q" + count++, v); in handlePathValue()
677 path2value.put(pathKey + "/_" + attribute, valuePart); in handlePathValue()