Searched refs:DataEOF (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecUTF8Test.cpp | 55 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()
|
D | TextCodec.h | 66 DataEOF enumerator 71 COMPILE_ASSERT(DataEOF, DataEOF_is_truthy);
|
D | TextCodecReplacementTest.cpp | 43 const String result = codec->decode(testCase, testCaseSize, DataEOF, false, sawError); in TEST()
|
D | TextEncoding.cpp | 67 return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError); in decode()
|
/external/chromium_org/third_party/WebKit/Source/modules/encoding/ |
D | TextDecoder.cpp | 84 WTF::FlushBehavior flush = options.stream() ? WTF::DoNotFlush : WTF::DataEOF; in decode()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | Document.cpp | 4298 …tring correctlyDecodedTitle = codec->decode(originalBytes.data(), originalBytes.length(), DataEOF); in setEncodingData()
|