Lines Matching defs:nextRecord
1197 int32_t nextRecord = 0;1204 while (nextRecord < tbl->size()) {1205 thisRecord = nextRecord;1206 nextRecord = thisRecord + tbl->elementAti(thisRecord) + 1;1208 for (i=thisRecord+1; i<nextRecord; i++) {