Lines Matching full:self
42 CFStringRef name = (CFStringRef)self;
102 result = [self retain];
114 int length = [self length];
115 const UInt8 *bytes = [self bytes];
170 NSString *MIMEType = [self _webkit_guessedMIMETypeForXML];
174 int length = [self length];
175 const char *bytes = [self bytes];
275 const char *bytes = [self bytes];
276 return strncasecmp(bytes, string, [self length]) == 0;
313 const UInt8 *bytes = [self bytes];
314 unsigned length = [self length];
397 return [self length] > 0 && ((const char *)[self bytes])[0] == '\n';
402 const char *bytes = (const char *)[self bytes];
403 unsigned length = [self length];