Home | History | Annotate | Download | only in Reader

Lines Matching refs:RecordLength

1569       unsigned RecordLength = Record.size();
1570 if (RecordLength < 1)
2084 unsigned RecordLength = Record.size();
2085 if (Record.empty() || (RecordLength - 1) % 2 == 1)
2088 for (unsigned i = 1; i != RecordLength; i = i+2) {