Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/fetch/
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()
301 if (bytesEqual(ptr, '<', '?', 'x', 'm', 'l')) { in checkForXMLCharset()
313 } else if (bytesEqual(ptr, '<', 0, '?', 0, 'x', 0)) { in checkForXMLCharset()
315 } else if (bytesEqual(ptr, 0, '<', 0, '?', 0, 'x')) { in checkForXMLCharset()
317 } else if (bytesEqual(ptr, '<', 0, 0, 0, '?', 0, 0, 0)) { in checkForXMLCharset()
319 } else if (bytesEqual(ptr, 0, 0, 0, '<', 0, 0, 0, '?')) { in checkForXMLCharset()
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/
DIsValidUtf8TestUtil.java225 boolean bytesEqual = Arrays.equals(bytes, bytesReencoded);
227 if (bytesEqual != isRoundTrippable) {
365 boolean bytesEqual = true;
368 bytesEqual = false;
372 bytesEqual = false;
377 if (bytesEqual != isRoundTrippable) {