Searched defs:commentLines (Results 1 – 3 of 3) sorted by relevance
28 private ImmutableList<String> commentLines = ImmutableList.of(); field in IcuData54 public void setFileComment(String... commentLines) { in setFileComment()58 public void setFileComment(Iterable<String> commentLines) { in setFileComment()
106 List<CommentLine> commentLines = blockCommentsCollector.consume(); in getNode() local
1484 private boolean writeCommentLines(List<CommentLine> commentLines) throws IOException { in writeCommentLines()