Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/util/
DRfc822Token.java27 private String mName, mAddress, mComment; field in Rfc822Token
36 mComment = comment; in Rfc822Token()
60 return mComment; in getComment()
81 mComment = comment; in setComment()
97 if (mComment != null && mComment.length() != 0) { in toString()
99 sb.append(quoteComment(mComment)); in toString()
182 if (mComment != null) result = 31 * result + mComment.hashCode(); in hashCode()
201 stringEquals(mComment, other.mComment)); in equals()
/frameworks/base/tools/aapt/
DZipFile.h182 mComment(NULL) in EndOfCentralDir()
185 delete[] mComment; in ~EndOfCentralDir()
199 unsigned char* mComment; variable
DZipFile.cpp1221 assert(mComment == NULL); in readBuf()
1250 mComment = new unsigned char[mCommentLen]; in readBuf()
1251 memcpy(mComment, buf + kEOCDLen, mCommentLen); in readBuf()
1276 assert(mComment != NULL); in write()
1277 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen) in write()
DXMLNode.cpp740 return mComment; in getComment()
884 if (mComment.size() > 0) { in appendComment()
885 mComment.append(String16("\n")); in appendComment()
887 mComment.append(comment); in appendComment()
1066 copy->mComment = mComment; in clone()
1338 if (!stripComments && mComment.size() > 0) { in collect_strings()
1339 dest->add(mComment, true); in collect_strings()
1474 mComment.size() > 0 ? strings.offsetForString(mComment) : -1); in flatten_node()
DXMLNode.h200 String16 mComment; variable
DResourceTable.h407 const String16& getComment() const { return mComment; } in getComment()
429 String16 mComment; variable
DResourceTable.cpp3768 if (onlyIfEmpty && mComment.size() > 0) { in appendComment()
3771 if (mComment.size() > 0) { in appendComment()
3772 mComment.append(String16("\n")); in appendComment()
3774 mComment.append(comment); in appendComment()
/frameworks/base/tools/aapt2/
DZipFile.h190 mComment(NULL) in EndOfCentralDir()
193 delete[] mComment; in ~EndOfCentralDir()
207 unsigned char* mComment; variable
DZipFile.cpp1231 assert(mComment == NULL); in readBuf()
1260 mComment = new unsigned char[mCommentLen]; in readBuf()
1261 memcpy(mComment, buf + kEOCDLen, mCommentLen); in readBuf()
1286 assert(mComment != NULL); in write()
1287 if (fwrite(mComment, mCommentLen, 1, fp) != mCommentLen) in write()