Searched refs:diffAll (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ChartDelta.java | 308 …Relation<PathHeader, String> diffAll = Relation.of(new TreeMap<PathHeader, Set<String>>(), TreeSet… in writeLdml() local 397 … addValueDiff(sourceDir, oldValue, currentValue, locale, ph, diff, diffAll); in writeLdml() 404 writeDiffs(anchors, diffAll); in writeLdml() 542 Relation<PathHeader, String> diffAll) { in addValueDiff() argument 568 diffAll.put(ph, locale); in addValueDiff() 652 private void writeDiffs(Anchors anchors, Relation<PathHeader, String> diffAll) { in writeDiffs() argument 659 for (Entry<PathHeader, Set<String>> row : diffAll.keyValuesSet()) { in writeDiffs()
|