Searched refs:commentLength (Results 1 – 2 of 2) sorted by relevance
41 uint16_t headerSize, commentLength; in udata_create() local122 commentLength=(uint16_t)(uprv_strlen(comment)+1); in udata_create()123 headerSize+=commentLength; in udata_create()125 commentLength=0; in udata_create()138 if(commentLength>0) { in udata_create()139 T_FileStream_write(pData->file, comment, commentLength); in udata_create()
131 int commentLength = cd.getChar(cdindex + CENCOM); in next() local133 cdindex += CENHDR + nameLength + extLength + commentLength; in next()