FetchEOF          430 Source/core/html/parser/TextResourceDecoder.cpp     String result = m_codec->decode(m_buffer.data(), m_buffer.size(), FetchEOF, m_contentType == XMLContent && !m_useLenientXMLDecoding, m_sawError);
FetchEOF           71 Source/wtf/text/TextCodec.h COMPILE_ASSERT(FetchEOF, FetchEOF_is_truthy);
FetchEOF           73 Source/wtf/text/TextCodecUTF16.cpp     const bool reallyFlush = flush != DoNotFlush && flush != FetchEOF;