Searched defs:stopOnError (Results 1 – 3 of 3) 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() 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()
|
D | TextEncoding.cpp | 58 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const in decode()
|
D | TextCodecICU.cpp | 306 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()
|