Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:replacingHowMany

2282   ReplacingHowMany, ReplacingWithHowMany, NumNewChildren, Delta, I, J: Integer;
2290 ReplacingHowMany := StopChildIndex - StartChildIndex + 1;
2304 Delta := ReplacingHowMany - ReplacingWithHowMany;
2338 // fill in as many children as we can (replacingHowMany) w/o moving data
2340 while (ReplacedSoFar < ReplacingHowMany) do