Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java499 Collection<String> attributesCurrent = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff() local
501 if (attributesCurrent.isEmpty() && attributesOld.isEmpty()) { in addPathDiff()
509 fullAttributes.addAll(attributesCurrent); in addPathDiff()