Lines Matching refs:nextStart
50 int32_t nextStart = (*start)[1]; in DecodeRow() local
52 while (nextStart < end && !row->Get(nextStart)) { in DecodeRow()
53 nextStart++; in DecodeRow()
61 RecordPattern(row, nextStart, &counters, e); in DecodeRow()
69 lastStart = nextStart; in DecodeRow()
71 nextStart += counters[i]; in DecodeRow()
73 while (nextStart < end && !row->Get(nextStart)) { in DecodeRow()
74 nextStart++; in DecodeRow()
76 } while (nextStart < end); in DecodeRow()
81 int32_t whiteSpaceAfterEnd = nextStart - lastStart - lastPatternSize; in DecodeRow()
82 if (nextStart != end && (whiteSpaceAfterEnd / 2 < lastPatternSize)) { in DecodeRow()