Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java1048 String otherXpath = xpath; in removeDuplicates() local
1049 String otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()
1052 otherXpath = CLDRFile.getNondraftNonaltXPath(xpath); in removeDuplicates()
1053 if (otherXpath.equals(xpath)) { in removeDuplicates()
1057 otherValue = other.dataSource.getValueAtPath(otherXpath); in removeDuplicates()
1074 String otherFullXPath = other.dataSource.getFullPath(otherXpath); in removeDuplicates()
DLDMLUtilities.java1411 StringBuffer otherXpath = new StringBuffer(other.getNodeName()); in getNonAltNodeLike() local
1412 appendXPathAttribute(other, otherXpath); in getNonAltNodeLike()
1414 if (childXPathString.equals(otherXpath.toString())) { in getNonAltNodeLike()