Home | History | Annotate | Download | only in mac

Lines Matching refs:resultRange

241         NSRange resultRange = [incomingResult range];
243 ASSERT(resultRange.location != NSNotFound);
244 ASSERT(resultRange.length > 0);
248 result.location = resultRange.location;
249 result.length = resultRange.length;
255 result.location = resultRange.location;
256 result.length = resultRange.length;
277 result.location = resultRange.location;
278 result.length = resultRange.length;
284 result.location = resultRange.location;
285 result.length = resultRange.length;
291 result.location = resultRange.location;
292 result.length = resultRange.length;
298 result.location = resultRange.location;
299 result.length = resultRange.length;
305 result.location = resultRange.location;
306 result.length = resultRange.length;