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.java480 … XPathParts.Comments tempComments = (XPathParts.Comments) dataSource.getXpathComments().clone(); in write() local
498 current.writeDifference(pw, current, last, "", tempComments); in write()
528 current.writeDifference(pw, currentFiltered, last, v, tempComments); in write()
552 List<String> x = tempComments.extractCommentsWithoutBase(); in write()