Home
last modified time | relevance | path

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

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