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

/macosx-10.9.5/CF-855.17/
H A DCFURL.c3356 static CFRange _CFURLGetCharRangeForMask(CFURLRef url, CFOptionFlags mask, CFRange *charRangeWithSeparators) { argument
3387 charRangeWithSeparators->location = beforeMask;
3388 charRangeWithSeparators->length = afterMask - beforeMask;
3473 CFRange charRange, charRangeWithSeparators; local
3480 charRange = _getCharRangeInNonDecomposableURL(url, component, &charRangeWithSeparators);
3482 charRange = _getCharRangeInDecomposableURL(url, component, &charRangeWithSeparators);
3485 if (charRangeWithSeparators.location == kCFNotFound) {
3492 CFStringGetBytes(url->_string, CFRangeMake(0, charRangeWithSeparators.location), url->_encoding, 0, false, NULL, 0, &(rangeIncludingSeparators->location));
3496 CFStringGetBytes(url->_string, charRangeWithSeparators, url->_encoding, 0, false, NULL, 0, &(rangeIncludingSeparators->length));
3499 CFIndex maxCharRangeWithSeparators = charRangeWithSeparators
[all...]

Completed in 157 milliseconds