Lines Matching refs:startIndex
46 @synthesize startIndex;
139 startIndex = 0;
157 startIndex = aStart;
162 text = [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)];
181 startIndex = oldToken.startIndex;
229 copy.startIndex = startIndex;
274 if ( startIndex < n && stopIndex < n) {
275 return [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)];
342 return startIndex;
347 startIndex = aStart;
395 …return [NSString stringWithFormat:@"[@%d, %d:%d='%@',<%d>%@,%d:%d]", index, startIndex, stopIndex,…