Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java475 … XPathParts.Comments tempComments = (XPathParts.Comments) dataSource.getXpathComments().clone(); in write() local
476 tempComments.fixLineEndings(); in write()
498 current.writeDifference(pw, currentFiltered, last, lastFiltered, "", tempComments); in write()
525 current.writeDifference(pw, currentFiltered, last, lastFiltered, v, tempComments); in write()
534 current.clear().writeDifference(pw, null, last, lastFiltered, null, tempComments); in write()
538 List<String> x = tempComments.extractCommentsWithoutBase(); in write()