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

  /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);
  /frameworks/av/media/libstagefright/
OggExtractor.cpp     [all...]

Completed in 91 milliseconds