bytesEqual        255 Source/core/html/parser/TextResourceDecoder.cpp     if (bytesEqual(dataStart, '@', 'c', 'h', 'a', 'r', 's', 'e', 't', ' ', '"')) {
bytesEqual        301 Source/core/html/parser/TextResourceDecoder.cpp     if (bytesEqual(ptr, '<', '?', 'x', 'm', 'l')) {
bytesEqual        313 Source/core/html/parser/TextResourceDecoder.cpp     } else if (bytesEqual(ptr, '<', 0, '?', 0, 'x', 0)) {
bytesEqual        315 Source/core/html/parser/TextResourceDecoder.cpp     } else if (bytesEqual(ptr, 0, '<', 0, '?', 0, 'x')) {
bytesEqual        317 Source/core/html/parser/TextResourceDecoder.cpp     } else if (bytesEqual(ptr, '<', 0, 0, 0, '?', 0, 0, 0)) {
bytesEqual        319 Source/core/html/parser/TextResourceDecoder.cpp     } else if (bytesEqual(ptr, 0, 0, 0, '<', 0, 0, 0, '?')) {