Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java1026 String otherFullXPath = other.dataSource.getFullPath(otherXpath); in removeDuplicates() local
1027 if (!equalsIgnoringDraft(currentFullXPath, otherFullXPath)) { in removeDuplicates()
1083 String otherFullXPath = rootFile.dataSource.getFullPath(xpath); in putRoot() local
1084 if (!otherFullXPath.contains("[@draft")) { in putRoot()
1085 parts.set(otherFullXPath); in putRoot()
1088 otherFullXPath = parts.toString(); in putRoot()
1091 add(otherFullXPath, otherValue); in putRoot()