Searched defs:stopOnError (Results 1 - 7 of 7) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
H A DTextCodecUTF8.cpp159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) argument
162 if (stopOnError)
169 void TextCodecUTF8::handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) argument
180 handleError(destination, stopOnError, sawError);
181 if (stopOnError)
195 handleError(destination, stopOnError, sawError);
196 if (stopOnError)
206 handleError(destination, stopOnError, sawError);
207 if (stopOnError)
216 String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, boo argument
[all...]
H A DTextEncoding.cpp66 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const argument
71 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError);
H A DTextCodecICU.cpp261 ErrorCallbackSetter(UConverter* converter, bool stopOnError) argument
263 , m_shouldStopOnEncodingErrors(stopOnError)
295 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
307 ErrorCallbackSetter callbackSetter(m_converterICU, stopOnError);
/external/webkit/Source/WebCore/platform/text/brew/
H A DTextCodecBrew.cpp77 String TextCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
125 if (stopOnError) {
/external/webkit/Source/WebCore/platform/text/gtk/
H A DTextCodecGtk.cpp435 String TextCodecGtk::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
492 if (stopOnError)
/external/webkit/Source/WebCore/platform/text/mac/
H A DTextCodecMac.cpp198 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
227 if (stopOnError) {
/external/webkit/Source/WebCore/platform/text/wince/
H A DTextCodecWinCE.cpp236 String TextCodecWinCE::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError) argument
256 if (stopOnError)

Completed in 81 milliseconds