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

/macosx-10.9.5/WebKit-7537.78.2/mac/Misc/
H A DWebNSDictionaryExtras.m61 NSRange slashRange;
68 slashRange = [MIMEType rangeOfString:@"/"];
69 if (slashRange.location == NSNotFound) {
73 return [self objectForKey:[MIMEType substringToIndex:slashRange.location + 1]];
/macosx-10.9.5/CF-855.17/
H A DCFURL.c4176 CFRange slashRange; local
4177 return _pathHasFileIDPrefix( path ) && ( !CFStringFindWithOptions( path, CFSTR("/"), CFRangeMake( sizeof(FILE_ID_PREFIX) + 1, CFStringGetLength( path ) - sizeof(FILE_ID_PREFIX) - 1), 0, &slashRange ) || slashRange.location == CFStringGetLength( path ) - 1 );

Completed in 99 milliseconds