Searched refs:componentRg (Results 1 - 1 of 1) sorted by path

/macosx-10.9.5/CF-855.17/
H A DCFURL.c4388 CFRange pathRg, componentRg; local
4403 if (CFStringFindWithOptions(url->_string, CFSTR("/"), pathRg, kCFCompareBackwards, &componentRg)) {
4404 componentRg.location ++;
4405 componentRg.length = pathRg.location + pathRg.length - componentRg.location;
4407 componentRg = pathRg;
4409 return componentRg;

Completed in 277 milliseconds