Home
last modified time | relevance | path

Searched defs:sawError (Results 1 – 9 of 9) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError()
169 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) in handlePartialSequence()
216 …xtCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
DTextCodecICU.cpp295 …extCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
/external/webkit/Source/WebCore/loader/
DTextResourceDecoder.h66 bool sawError() const { return m_sawError; } in sawError() function
/external/webkit/Source/WebCore/platform/text/qt/
DTextCodecQt.cpp94 …CodecQt::decode(const char* bytes, size_t length, bool flush, bool /*stopOnError*/, bool& sawError) in decode() argument
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp77 …xtCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
/external/webkit/Source/JavaScriptCore/parser/
DLexer.h67 bool sawError() const { return m_error; } in sawError() function
/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.cpp435 …extCodecGtk::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp198 …extCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()
/external/webkit/Source/WebCore/platform/text/wince/
DTextCodecWinCE.cpp236 …tCodecWinCE::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) in decode()