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

  /external/icu/icu4c/source/tools/toolutil/
unewdata.cpp 41 uint16_t headerSize, commentLength;
112 commentLength=(uint16_t)(uprv_strlen(comment)+1);
113 headerSize+=commentLength;
115 commentLength=0;
128 if(commentLength>0) {
129 T_FileStream_write(pData->file, comment, commentLength);
  /external/turbine/java/com/google/turbine/zip/
Zip.java 131 int commentLength = cd.getChar(cdindex + CENCOM);
133 cdindex += CENHDR + nameLength + extLength + commentLength;
  /frameworks/av/media/extractors/ogg/
OggExtractor.cpp     [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-r1.jar 
android-all-4.1.2_r1-robolectric-r1.jar 
android-all-4.2.2_r1.2-robolectric-r1.jar 
android-all-4.4_r1-robolectric-r2.jar 
android-all-5.0.2_r3-robolectric-r0.jar 
android-all-5.1.1_r9-robolectric-r2.jar 

Completed in 81 milliseconds