Lines Matching refs:StopIndex
645 property StopIndex: Integer read GetStopIndex write SetStopIndex; property
4032 FStop := OldCommonToken.StopIndex;
4183 StopIndex: Integer;
4185 StopIndex := GetRuleMemoization(RuleIndex, Input.Index);
4186 Result := (StopIndex <> MEMO_RULE_UNKNOWN);
4189 if (StopIndex = MEMO_RULE_FAILED) then
4192 Input.Seek(StopIndex + 1); // jump to one past stop token
4845 I, StartIndex, StopIndex: Integer;
4850 StopIndex := Min(Stop,FTokens.Count - 1);
4852 if (StartIndex > StopIndex) then
4857 for I := StartIndex to StopIndex do
6204 I, StartIndex, StopIndex: Integer;
6215 StopIndex := Min(Stop,Tokens.Count - 1);
6221 Result := ToOriginalString(StartIndex, StopIndex);
6232 while (I <= StopIndex) and (I < Tokens.Count) do
6251 if (StopIndex = Tokens.Count - 1) then