Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java829 && equalsIgnoringDraft(getFullXPath(key), other.getFullXPath(key))) in putAll()
1027 if (!equalsIgnoringDraft(currentFullXPath, otherFullXPath)) { in removeDuplicates()
1296 private static boolean equalsIgnoringDraft(String path1, String path2) { in equalsIgnoringDraft() method in CLDRFile