Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DGenerateXMB.java125 …static Relation<String, String> path2errors = Relation.of(new TreeMap<String, Set<String>>(), Tree… field in GenerateXMB
231 for (Entry<String, Set<String>> entry : path2errors.keyValuesSet()) { in main()
235 System.out.println("Errors: " + (errors + path2errors.size())); in main()
868 path2errors.put(path, "missing description"); in PathInfo()