Searched refs:mComment (Results 1 – 9 of 9) sorted by relevance
/frameworks/base/core/java/android/text/util/ |
D | Rfc822Token.java | 27 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/ |
D | ZipFile.h | 182 mComment(NULL) in EndOfCentralDir() 185 delete[] mComment; in ~EndOfCentralDir() 199 unsigned char* mComment; variable
|
D | ZipFile.cpp | 1221 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()
|
D | XMLNode.cpp | 740 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()
|
D | XMLNode.h | 200 String16 mComment; variable
|
D | ResourceTable.h | 407 const String16& getComment() const { return mComment; } in getComment() 429 String16 mComment; variable
|
D | ResourceTable.cpp | 3768 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/ |
D | ZipFile.h | 190 mComment(NULL) in EndOfCentralDir() 193 delete[] mComment; in ~EndOfCentralDir() 207 unsigned char* mComment; variable
|
D | ZipFile.cpp | 1231 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()
|