Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java517 … String attributeValueCurrent = pathCurrent.getAttributeValue(elementIndex, attribute); in addPathDiff() local
518 if (Objects.equals(attributeValueOld, attributeValueCurrent)) { in addPathDiff()
522 … addChange(parentAndName, ChangeType.get(attributeValueOld, attributeValueCurrent), 1); in addPathDiff()
528 attributeValueCurrent); in addPathDiff()