Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java57 private Set<String> preCommentCache; field in DtdData
278 …nameToElement.get(eName), aName, Mode.forString(mode), FILLER.split(type), value, preCommentCache); in addAttribute()
279 preCommentCache = null; in addAttribute()
496 element.setChildren(this, model, preCommentCache); in addElement()
497 preCommentCache = null; in addElement()
504 if (preCommentCache != null || comment.startsWith("#")) { // the precomments are "sticky" in addComment()
508 preCommentCache = addUnmodifiable(preCommentCache, comment); in addComment()
517 preCommentCache = addUnmodifiable(preCommentCache, comment); in addComment()