Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecUTF8Test.cpp55 const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError); in TEST()
73 const String& result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError); in TEST()
86 const String& result = codec->decode("\xff", 1, DataEOF, false, sawError); in TEST()
DTextCodec.h66 DataEOF enumerator
71 COMPILE_ASSERT(DataEOF, DataEOF_is_truthy);
DTextCodecReplacementTest.cpp43 const String result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError); in TEST()
DTextEncoding.cpp67 return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError); in decode()
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
DTextDecoder.cpp84 WTF::FlushBehavior flush = options.stream() ? WTF::DoNotFlush : WTF::DataEOF; in decode()
/external/chromium_org/third_party/WebKit/Source/core/dom/
DDocument.cpp4298 …tring correctlyDecodedTitle = codec->decode(originalBytes.data(), originalBytes.length(), DataEOF); in setEncodingData()