Searched refs:maskRange (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/CF-855.17/
H A DCFURL.c3363 CFRange maskRange = {kCFNotFound, 0}; local
3373 if (maskRange.location == kCFNotFound) {
3374 maskRange = *currRange;
3376 maskRange.length = currRange->location + currRange->length - maskRange.location;
3385 afterMask = maskRange.location + maskRange.length;
3389 return maskRange;

Completed in 85 milliseconds