Home
last modified time | relevance | path

Searched refs:bytesEqual (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/parser/
DTextResourceDecoder.cpp40 static inline bool bytesEqual(const char* p, char b0, char b1, char b2, char b3, char b4) in bytesEqual() function
45 static inline bool bytesEqual(const char* p, char b0, char b1, char b2, char b3, char b4, char b5) in bytesEqual() function
50 static inline bool bytesEqual(const char* p, char b0, char b1, char b2, char b3, char b4, char b5, … in bytesEqual() function
55 static inline bool bytesEqual(const char* p, char b0, char b1, char b2, char b3, char b4, char b5, … in bytesEqual() function
255 if (bytesEqual(dataStart, '@', 'c', 'h', 'a', 'r', 's', 'e', 't', ' ', '"')) { in checkForCSSCharset()
303 if (bytesEqual(ptr, '<', '?', 'x', 'm', 'l')) { in checkForXMLCharset()
315 } else if (bytesEqual(ptr, '<', 0, '?', 0, 'x', 0)) { in checkForXMLCharset()
317 } else if (bytesEqual(ptr, 0, '<', 0, '?', 0, 'x')) { in checkForXMLCharset()
319 } else if (bytesEqual(ptr, '<', 0, 0, 0, '?', 0, 0, 0)) { in checkForXMLCharset()
321 } else if (bytesEqual(ptr, 0, 0, 0, '<', 0, 0, 0, '?')) { in checkForXMLCharset()