Lines Matching refs:stopIndex
38 @synthesize stopIndex;
54 stopIndex = nil;
65 stopIndex = aStopIndex;
76 copy.stopIndex = stopIndex;
85 if (stopIndex != nil) aCnt++;
111 return aMatchMemo.stopIndex;
123 return aMatchMemo.stopIndex;
146 return stopIndex;
151 if ( aStopIndex != stopIndex ) {
152 if ( stopIndex ) [stopIndex release];
155 stopIndex = aStopIndex;