Home
last modified time | relevance | path

Searched defs:stopOnError (Results 1 – 3 of 3) 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()
218 …estination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawErr… in handlePartialSequence()
268 String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& … in decode()
DTextEncoding.cpp58 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const in decode()
DTextCodecICU.cpp306 ErrorCallbackSetter(UConverter* converter, bool stopOnError) in ErrorCallbackSetter()
340 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode()