Lines Matching refs:startIndex
73 startIndex = -1;
87 startIndex = aNode.startIndex;
101 startIndex = -1;
114 // startIndex = token.startIndex;
115 startIndex = -1;
129 // startIndex = token.startIndex;
130 startIndex = -1;
160 copy.startIndex = startIndex;
233 if ( startIndex == -1 && token != nil ) {
236 return startIndex;
241 startIndex = aStartIndex;
282 if ( startIndex<0 || stopIndex<0 ) {
283 startIndex = stopIndex = [token getTokenIndex];
290 if ( startIndex >= 0 && stopIndex >= 0 )
295 startIndex = [firstChild getTokenStartIndex];
340 @synthesize startIndex;