Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java487 String fullPathOld = old.getFullXPath(path); in addPathDiff() local
488 if (Objects.equals(fullPathCurrent, fullPathOld)) { in addPathDiff()
493 XPathParts pathOld = fullPathOld == null ? pathPlain : new XPathParts().set(fullPathOld); in addPathDiff()