Searched refs:stopOnError (Results 1 – 11 of 11) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecUTF8.cpp | 164 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 …]
|
D | TextCodecUTF8.h | 44 …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);
|
D | TextEncoding.cpp | 62 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()
|
D | TextCodecReplacement.h | 21 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
|
D | TextCodecICU.cpp | 299 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()
|
D | TextCodecLatin1.h | 39 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
|
D | TextCodecUserDefined.h | 39 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
|
D | TextCodecUTF16.h | 40 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
|
D | TextCodec.h | 87 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
|
D | TextCodecICU.h | 51 …virtual String decode(const char*, size_t length, FlushBehavior, bool stopOnError, bool& sawError)…
|
D | TextEncoding.h | 53 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
|