Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDtdDelta.java237 …dData dtdCurrent, String version, String newPath, String newElement, Set<String> attributeNames2) { in DiffElement() argument
247 …this.attributeNames = attributeNames2.isEmpty() ? NONE : CollectionUtilities.join(attributeNames2,… in DiffElement()