Lines Matching refs:bytes
369 const UInt8 *inBytes = static_cast<const UInt8 *>([userTypedData bytes]);
436 const UInt8 *bytes = static_cast<const UInt8*>([data bytes]);
439 // could either be a malformed string or bytes in a different encoding, like shift-jis, so we fall back
441 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingUTF8, (CFURLRef)baseURL, YES));
443 result = WebCFAutorelease(CFURLCreateAbsoluteURLWithBytes(NULL, bytes, length, kCFStringEncodingISOLatin1, (CFURLRef)baseURL, YES));
517 const unsigned char *before = static_cast<const unsigned char*>([data bytes]);
529 // unescape escape sequences that indicate bytes greater than 0x7f
558 // then we will copy back bytes to the start of the buffer
598 return (const char *)[data bytes];
818 const unsigned char *bytes = static_cast<const unsigned char *>([componentData bytes]);
829 unsigned char c = bytes[i];