Home
last modified time | relevance | path

Searched defs:butComment (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/util/
DCLDRFile.java971 public CLDRFile remove(String xpath, boolean butComment) { in remove()
983 public CLDRFile removeAll(Set<String> xpaths, boolean butComment) { in removeAll()
986 remove(it.next(), butComment); in removeAll() local
1035 … public CLDRFile removeDuplicates(CLDRFile other, boolean butComment, RetentionTest keepIfMatches, in removeDuplicates()