Changeset 31316 for trunk/WebCore/platform/text/TextCodecUTF16.h
- Timestamp:
- 03/26/08 10:19:07 (8 months ago)
- Files:
-
- 1 modified
-
trunk/WebCore/platform/text/TextCodecUTF16.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/WebCore/platform/text/TextCodecUTF16.h
r31089 r31316 38 38 TextCodecUTF16(bool littleEndian) : m_littleEndian(littleEndian), m_haveBufferedByte(false) { } 39 39 40 virtual String decode(const char*, size_t length, bool flush = false);40 virtual String decode(const char*, size_t length, bool flush, bool stopOnError, bool& sawError); 41 41 virtual CString encode(const UChar*, size_t length, UnencodableHandling); 42 42