Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRFile.java925 String otherFullXPath = other.dataSource.getFullPath(otherXpath); in removeDuplicates() local
926 if (!equalsIgnoringDraft(currentFullXPath, otherFullXPath)) { in removeDuplicates()