DataEOF 4143 Source/core/dom/Document.cpp String correctlyDecodedTitle = codec->decode(originalBytes.data(), originalBytes.length(), DataEOF); DataEOF 88 Source/modules/encoding/TextDecoder.cpp WTF::FlushBehavior flush = stream ? WTF::DoNotFlush : WTF::DataEOF; DataEOF 72 Source/wtf/text/TextCodec.h COMPILE_ASSERT(DataEOF, DataEOF_is_truthy); DataEOF 55 Source/wtf/text/TextCodecUTF8Test.cpp const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError); DataEOF 73 Source/wtf/text/TextCodecUTF8Test.cpp const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError); DataEOF 86 Source/wtf/text/TextCodecUTF8Test.cpp const String& result = codec->decode("\xff", 1, DataEOF, false, sawError); DataEOF 63 Source/wtf/text/TextEncoding.cpp return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError);