Home | History | Annotate | Download | only in aapt

Lines Matching refs:mComment

698     return mComment;
814 if (mComment.size() > 0) {
815 mComment.append(String16("\n"));
817 mComment.append(comment);
1241 if (!stripComments && mComment.size() > 0) {
1242 dest->add(mComment, true);
1374 mComment.size() > 0 ? strings.offsetForString(mComment) : -1);
1375 //if (mComment.size() > 0) {
1376 // printf("Flattening comment: %s\n", String8(mComment).string());