Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/make-keyboard-text/src/com/android/inputmethod/keyboard/tools/
DStringResourceMap.java112 private final StringBuilder mComment = new StringBuilder(); field in StringResourceMap.StringResourceHandler
116 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()
DStringResource.java22 public final String mComment; field in StringResource
27 mComment = comment; in StringResource()
DMoreKeysResources.java212 if (res.mComment != null) { in dumpTextsInternal()
213 formatter.outCommentLines(addPrefix(" // ", res. mComment)); in dumpTextsInternal()