Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecUTF8.cpp164 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError() argument
167 if (stopOnError) in handleError()
218 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) in handlePartialSequence() argument
229 handleError(destination, stopOnError, sawError); in handlePartialSequence()
230 if (stopOnError) in handlePartialSequence()
244 handleError(destination, stopOnError, sawError); in handlePartialSequence()
245 if (stopOnError) in handlePartialSequence()
255 handleError(destination, stopOnError, sawError); in handlePartialSequence()
256 if (stopOnError) in handlePartialSequence()
268 …F8::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError) in decode() argument
[all …]
DTextCodecUTF8.h44 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
52 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError…
53 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
DTextEncoding.cpp62 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const in decode() argument
67 return newTextCodec(*this)->decode(data, length, DataEOF, stopOnError, sawError); in decode()
DTextCodecReplacement.h21 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
DTextCodecICU.cpp299 ErrorCallbackSetter(UConverter* converter, bool stopOnError) in ErrorCallbackSetter() argument
301 , m_shouldStopOnEncodingErrors(stopOnError) in ErrorCallbackSetter()
333 String TextCodecICU::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError in decode() argument
345 ErrorCallbackSetter callbackSetter(m_converterICU, stopOnError); in decode()
DTextCodecLatin1.h39 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
DTextCodecUserDefined.h39 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
DTextCodecUTF16.h40 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
DTextCodec.h87 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
DTextCodecICU.h51 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
DTextEncoding.h53 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;