Home
last modified time | relevance | path

Searched refs:stopOnError (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError() argument
162 if (stopOnError) in handleError()
169 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) in handlePartialSequence() argument
180 handleError(destination, stopOnError, sawError); in handlePartialSequence()
181 if (stopOnError) in handlePartialSequence()
195 handleError(destination, stopOnError, sawError); in handlePartialSequence()
196 if (stopOnError) in handlePartialSequence()
206 handleError(destination, stopOnError, sawError); in handlePartialSequence()
207 if (stopOnError) in handlePartialSequence()
216 String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& … in decode() argument
[all …]
DTextCodecUTF8.h42 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
45 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError…
46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
DTextCodecICU.cpp261 ErrorCallbackSetter(UConverter* converter, bool stopOnError) in ErrorCallbackSetter() argument
263 , m_shouldStopOnEncodingErrors(stopOnError) in ErrorCallbackSetter()
295 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode() argument
307 ErrorCallbackSetter callbackSetter(m_converterICU, stopOnError); in decode()
DTextCodecLatin1.h38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodecUserDefined.h38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextEncoding.cpp66 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const in decode() argument
71 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError); in decode()
DTextCodecUTF16.h40 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodec.h72 …virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) = …
DTextCodecICU.h49 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextEncoding.h71 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
/external/webkit/Source/WebCore/platform/text/brew/
DTextCodecBrew.cpp77 String TextCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& … in decode() argument
125 if (stopOnError) { in decode()
DTextCodecBrew.h44 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
/external/webkit/Source/WebCore/platform/text/qt/
DTextCodecQt.h43 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
/external/webkit/Source/WebCore/platform/text/gtk/
DTextCodecGtk.h50 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodecGtk.cpp435 String TextCodecGtk::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode() argument
492 if (stopOnError) in decode()
/external/webkit/Source/WebCore/platform/text/wince/
DTextCodecWinCE.h48 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodecWinCE.cpp236 String TextCodecWinCE::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool&… in decode() argument
256 if (stopOnError) in decode()
/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.h46 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
DTextCodecMac.cpp198 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode() argument
227 if (stopOnError) { in decode()