Searched refs:commentLength (Results 1 – 3 of 3) sorted by relevance
41 uint16_t headerSize, commentLength; in udata_create() local112 commentLength=(uint16_t)(uprv_strlen(comment)+1); in udata_create()113 headerSize+=commentLength; in udata_create()115 commentLength=0; in udata_create()128 if(commentLength>0) { in udata_create()129 T_FileStream_write(pData->file, comment, commentLength); in udata_create()
178 int commentLength = read16BitUnsigned(in); in parseCentralDirectoryEntry() local183 skipOrDie(in, extrasLength + commentLength); in parseCentralDirectoryEntry()
131 int commentLength = cd.getChar(cdindex + CENCOM); in next() local133 cdindex += CENHDR + nameLength + extLength + commentLength; in next()