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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c1234 CFIndex percentLoc = percentRange.location; local
1239 if (length - percentLoc < 3) { failed = true; break; }
1255 percentLoc ++;
1256 ch1 = CFStringGetCharacterAtIndex(originalString, percentLoc);
1257 percentLoc ++;
1258 ch2 = CFStringGetCharacterAtIndex(originalString, percentLoc);
1259 percentLoc ++;
1262 } while (CFStringGetCharacterAtIndex(originalString, percentLoc) == '%');
1263 searchRange.location = percentLoc;

Completed in 212 milliseconds