Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java952 public CLDRFile remove(String xpath, boolean butComment) { in remove() argument
954 if (butComment) { in remove()
964 public CLDRFile removeAll(Set<String> xpaths, boolean butComment) { in removeAll() argument
965 if (butComment) appendFinalComment("Illegal attributes removed:"); in removeAll()
967 remove(it.next(), butComment); in removeAll() local
1016 … public CLDRFile removeDuplicates(CLDRFile other, boolean butComment, RetentionTest keepIfMatches, in removeDuplicates() argument
1094 if (butComment) appendFinalComment("Duplicates removed:"); in removeDuplicates()
1107 remove(xpath, butComment); in removeDuplicates()