Lines Matching full: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;
273 return [input substringWithRange:NSMakeRange(startIndex, (stopIndex-startIndex)+1)];
336 return startIndex;
341 startIndex = aStart;
389 return [NSString stringWithFormat:@"[@%d, %d:%d='%@',<%d>%@,%d:%d]", index, startIndex, stopIndex, txtString, type, channelStr, line, charPositionInLine];