Lines Matching refs:stopIndex
47 @synthesize stopIndex;
140 stopIndex = 0;
158 stopIndex = aStop;
162 text = [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)];
182 stopIndex = oldToken.stopIndex;
230 copy.stopIndex = stopIndex;
274 if ( startIndex < n && stopIndex < n) {
275 return [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)];
355 return stopIndex;
360 stopIndex = aStop;
395 … stringWithFormat:@"[@%d, %d:%d='%@',<%d>%@,%d:%d]", index, startIndex, stopIndex, txtString, type…