/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecUTF8.cpp | 159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError() argument 162 if (stopOnError) in handleError() 169 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError) in handlePartialSequence() argument 180 handleError(destination, stopOnError, sawError); in handlePartialSequence() 181 if (stopOnError) in handlePartialSequence() 195 handleError(destination, stopOnError, sawError); in handlePartialSequence() 196 if (stopOnError) in handlePartialSequence() 206 handleError(destination, stopOnError, sawError); in handlePartialSequence() 207 if (stopOnError) in handlePartialSequence() 216 String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& … in decode() argument [all …]
|
D | TextCodecUTF8.h | 42 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError); 45 …tination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError… 46 void handleError(UChar*& destination, bool stopOnError, bool& sawError);
|
D | TextCodecICU.cpp | 261 ErrorCallbackSetter(UConverter* converter, bool stopOnError) in ErrorCallbackSetter() argument 263 , m_shouldStopOnEncodingErrors(stopOnError) in ErrorCallbackSetter() 295 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode() argument 307 ErrorCallbackSetter callbackSetter(m_converterICU, stopOnError); in decode()
|
D | TextCodecLatin1.h | 38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodecUserDefined.h | 38 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextEncoding.cpp | 66 String TextEncoding::decode(const char* data, size_t length, bool stopOnError, bool& sawError) const in decode() argument 71 return newTextCodec(*this)->decode(data, length, true, stopOnError, sawError); in decode()
|
D | TextCodecUTF16.h | 40 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodec.h | 72 …virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError) = …
|
D | TextCodecICU.h | 49 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextEncoding.h | 71 String decode(const char*, size_t length, bool stopOnError, bool& sawError) const;
|
/external/webkit/Source/WebCore/platform/text/brew/ |
D | TextCodecBrew.cpp | 77 String TextCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& … in decode() argument 125 if (stopOnError) { in decode()
|
D | TextCodecBrew.h | 44 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/qt/ |
D | TextCodecQt.h | 43 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
/external/webkit/Source/WebCore/platform/text/gtk/ |
D | TextCodecGtk.h | 50 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodecGtk.cpp | 435 String TextCodecGtk::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode() argument 492 if (stopOnError) in decode()
|
/external/webkit/Source/WebCore/platform/text/wince/ |
D | TextCodecWinCE.h | 48 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodecWinCE.cpp | 236 String TextCodecWinCE::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool&… in decode() argument 256 if (stopOnError) in decode()
|
/external/webkit/Source/WebCore/platform/text/mac/ |
D | TextCodecMac.h | 46 … virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError);
|
D | TextCodecMac.cpp | 198 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode() argument 227 if (stopOnError) { in decode()
|