HomeSort by relevance Sort by last modified time
    Searched refs:commentLength (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/include/
OggExtractor.h 62 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength);
  /external/chromium_org/third_party/icu/source/tools/toolutil/
unewdata.c 39 uint16_t headerSize, commentLength;
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
111 headerSize+=commentLength;
113 commentLength=0;
126 if(commentLength>0) {
127 T_FileStream_write(pData->file, comment, commentLength);
  /external/icu/icu4c/source/tools/toolutil/
unewdata.c 39 uint16_t headerSize, commentLength;
110 commentLength=(uint16_t)(uprv_strlen(comment)+1);
111 headerSize+=commentLength;
113 commentLength=0;
126 if(commentLength>0) {
127 T_FileStream_write(pData->file, comment, commentLength);
  /libcore/luni/src/main/java/java/util/zip/
ZipFile.java 418 int commentLength = it.readShort() & 0xffff;
424 if (commentLength > 0) {
425 byte[] commentBytes = new byte[commentLength];
  /frameworks/av/media/libstagefright/
OggExtractor.cpp 827 size_t commentLength = mVc.comment_lengths[i];
828 parseVorbisComment(mFileMeta, comment, commentLength);
834 const sp<MetaData> &fileMeta, const char *comment, size_t commentLength)
865 commentLength - tagLen - 1);

Completed in 746 milliseconds