Lines Matching refs:stopIndex
74 stopIndex = -1;
88 stopIndex = aNode.stopIndex;
102 stopIndex = -1;
116 // stopIndex = token.stopIndex;
117 stopIndex = -1;
131 // stopIndex = token.stopIndex;
132 stopIndex = -1;
161 copy.stopIndex = stopIndex;
246 if ( stopIndex == -1 && token != nil ) {
249 return stopIndex;
254 stopIndex = aStopIndex;
282 if ( startIndex < 0 || stopIndex < 0 ) {
283 startIndex = stopIndex = [token getTokenIndex];
290 if ( startIndex >= 0 && stopIndex >= 0 )
296 stopIndex = [lastChild getTokenStopIndex];
341 @synthesize stopIndex;