Home
last modified time | relevance | path

Searched defs:commentLines (Results 1 – 1 of 1) sorted by relevance

/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
DIcuData.java28 private ImmutableList<String> commentLines = ImmutableList.of(); field in IcuData
54 public void setFileComment(String... commentLines) { in setFileComment()
58 public void setFileComment(Iterable<String> commentLines) { in setFileComment()