Lines Matching full:nil
165 if (hostNameOrStringStartCharacters == nil) {
170 if (hostNameEndCharacters == nil) {
175 if (quotedStringCharacters == nil) {
270 if (nonSchemeCharacters == nil) {
281 if (hostTerminators == nil) {
312 if (*array == nil) {
337 NSMutableArray *hostNameRanges = nil;
342 if (hostNameRanges == nil)
361 if (string == nil) {
362 return nil;
399 return [self _web_URLWithUserTypedString:string relativeToURL:nil];
404 if (string == nil) {
405 return nil;
407 return [self _web_URLWithDataAsString:string relativeToURL:nil];
412 if (string == nil) {
413 return nil;
422 return [NSURL _web_URLWithData:data relativeToURL:nil];
427 if (data == nil)
428 return nil;
430 NSURL *result = nil;
751 ? (NSURL *)WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, buffer, bytesFilled, kCFStringEncodingUTF8, nil, YES))
774 NSData *result = nil;
808 return nil;
862 return ([result _web_isCaseInsensitiveEqualToCString:"localhost"]) ? nil : result;
948 return nil;
1053 // Return value of nil means no mapping is necessary.
1054 // If makeString is NO, then return value is either nil or self to indicate mapping is necessary.
1055 // If makeString is YES, then return value is either nil or the mapped string.
1059 return nil;
1063 return nil;
1072 if (substring != nil) {
1085 return nil;
1088 return nil;
1091 return nil;
1098 return [self _web_mapHostNameWithRange:range encode:NO makeString:NO] != nil;
1103 return [self _web_mapHostNameWithRange:range encode:YES makeString:NO] != nil;
1119 return name == nil ? self : name;
1125 return name == nil ? self : name;
1133 static NSCharacterSet *InverseSchemeCharacterSet = nil;
1162 return nil;