Home | History | Annotate | Download | only in Reader

Lines Matching refs:RecordLength

1642       unsigned RecordLength = Record.size();
1643 if (RecordLength < 1)
2223 unsigned RecordLength = Record.size();
2224 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2227 for (unsigned i = 1; i != RecordLength; i = i+2) {