Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DDtdData.java218 commentsPost = addUnmodifiable(commentsPost, commentIn.trim()); in addComment()
435 commentsPost = addUnmodifiable(commentsPost, addition.trim()); in addComment()
508 preCommentCache = addUnmodifiable(preCommentCache, comment); in addComment()
517 preCommentCache = addUnmodifiable(preCommentCache, comment); in addComment()
1123 static final Set<String> addUnmodifiable(Set<String> comment, String addition) { in addUnmodifiable() method in DtdData