Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java492 …XPathParts pathCurrent = fullPathCurrent == null ? pathPlain : new XPathParts().set(fullPathCurren… in addPathDiff() local
495 int size = pathCurrent.size(); in addPathDiff()
499 Collection<String> attributesCurrent = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff()
500 Collection<String> attributesOld = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff()
517 … String attributeValueCurrent = pathCurrent.getAttributeValue(elementIndex, attribute); in addPathDiff()