Searched refs:textRecordCount (Results 1 – 2 of 2) sorted by relevance
81 for (int i = 1; i <= header.textRecordCount; i++) { in parseRecords()93 for (int i = 1; i <= header.textRecordCount; i++) { in parseRecords()238 header.textRecordCount = ((int) dis.readShort()) & 0x0000ffff; in readHeader()260 log("number-of-records=\"" + header.textRecordCount + "\" "); in dumpHeader()284 int textRecordCount = 0; field in DocDecoder.HeaderInfo
298 header.textRecordCount = ((int) dis.readShort()) & 0x0000ffff; in readHeader()336 int textRecordCount = 0; field in WSDecoder.HeaderInfo
Completed in 17 milliseconds