Searched refs:getFileComment (Results 1 – 3 of 3) sorted by relevance
103 if (icuData.getFileComment() != null) { in writeToFile()105 out.append(" * ").append(icuData.getFileComment()).println(); in writeToFile()
96 public String getFileComment() { in getFileComment() method in IcuData
126 String comment = icuData.getFileComment(); in split()