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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c4759 CFRange searchRg, slashRg; local
4762 while (CFStringFindWithOptions(comp, CFSTR("/"), searchRg, 0, &slashRg)) {
4766 CFStringReplace((CFMutableStringRef)newComp, slashRg, CFSTR(":"));
4767 searchRg.length = searchRg.location + searchRg.length - slashRg.location - 1;
4768 searchRg.location = slashRg.location + 1;

Completed in 90 milliseconds