Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
DChartDtdDelta.java195 for (DiffElement datum : data) { in writeContents()
382 private static class DiffElement { class in ChartDtdDelta
393 public DiffElement( in DiffElement() method in ChartDtdDelta.DiffElement
446 List<DiffElement> data = new ArrayList<>();
454 DiffElement item = new DiffElement(dtdCurrent, prefix, newPath, element, attributeNames); in addData()