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

/macosx-10.9.5/CF-855.17/
H A DCFString.c2873 CFIndex fromLoc, toLoc; local
2897 fromLoc = rangeToSearch.location + rangeToSearch.length - (lengthVariants ? 1 : findStrLen);
2898 toLoc = (((compareOptions & kCFCompareAnchored) && !lengthVariants) ? fromLoc : rangeToSearch.location);
2900 fromLoc = rangeToSearch.location;
2901 toLoc = ((compareOptions & kCFCompareAnchored) ? fromLoc : rangeToSearch.location + rangeToSearch.length - (lengthVariants ? 1 : findStrLen));
2904 delta = ((fromLoc <= toLoc) ? 1 : -1);
2910 str1Index = fromLoc;
2932 if ((NULL != ignoredChars) && (forwardAnchor || (str1Index != fromLoc)) && CFCharacterSetInlineBufferIsLongCharacterMember(ignoredChars, ((str1Byte < 0x80) ? str1Byte : str1Char))) {
3021 if (NULL != result) *result = CFRangeMake(fromLoc, str1Index - fromLoc);
3695 CFIndex fromLoc, toLoc, cnt; // fromLoc and toLoc are inclusive local
[all...]

Completed in 305 milliseconds