Searched refs:mComment (Results 1 – 3 of 3) sorted by relevance
112 private final StringBuilder mComment = new StringBuilder(); field in StringResourceMap.StringResourceHandler116 mComment.setLength(0); in init()121 mComment.append(ch, start, length); in comment()123 mComment.append('\n'); in comment()147 final String comment = mComment.length() > 0 ? mComment.toString() : null; in endElement()
22 public final String mComment; field in StringResource27 mComment = comment; in StringResource()
212 if (res.mComment != null) { in dumpTextsInternal()213 formatter.outCommentLines(addPrefix(" // ", res. mComment)); in dumpTextsInternal()