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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c4759 CFRange searchRg, slashRg; local
4760 searchRg.location = 0;
4761 searchRg.length = CFStringGetLength(comp);
4762 while (CFStringFindWithOptions(comp, CFSTR("/"), searchRg, 0, &slashRg)) {
4764 newComp = CFStringCreateMutableCopy(alloc, searchRg.location + searchRg.length, comp);
4767 searchRg.length = searchRg.location + searchRg.length - slashRg.location - 1;
4768 searchRg
[all...]

Completed in 125 milliseconds