Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/icu/
DICUResourceWriter.java588 public String smallComment = null; field in ICUResourceWriter.ResourceIntVector
594 if (smallComment != null) { in write()
595 write(writer, " " + COMMENTSTART + " " + smallComment + " " + COMMENTEND); in write()
669 public String smallComment = null; field in ICUResourceWriter.ResourceString
680 if (smallComment != null) { in write()
681 write(writer, " " + COMMENTSTART + " " + smallComment + " " + COMMENTEND); in write()