#include <TextCodec.h>
|
| TextCodec () |
|
virtual | ~TextCodec () |
|
String | decode (const char *str, size_t length, bool flush=false) |
|
virtual String | decode (const char *, size_t length, bool flush, bool stopOnError, bool &sawError)=0 |
|
virtual CString | encode (const UChar *, size_t length, UnencodableHandling)=0 |
|
| TextCodec () |
|
virtual | ~TextCodec () |
|
String | decode (const char *str, size_t length, bool flush=false) |
|
virtual String | decode (const char *, size_t length, bool flush, bool stopOnError, bool &sawError)=0 |
|
virtual CString | encode (const UChar *, size_t length, UnencodableHandling)=0 |
|
◆ TextCodec() [1/2]
WebCore::TextCodec::TextCodec |
( |
| ) |
|
|
inline |
◆ ~TextCodec() [1/2]
WebCore::TextCodec::~TextCodec |
( |
| ) |
|
|
virtual |
◆ TextCodec() [2/2]
WebCore::TextCodec::TextCodec |
( |
| ) |
|
|
inline |
◆ ~TextCodec() [2/2]
virtual WebCore::TextCodec::~TextCodec |
( |
| ) |
|
|
virtual |
◆ decode() [1/4]
String WebCore::TextCodec::decode |
( |
const char * |
str, |
|
|
size_t |
length, |
|
|
bool |
flush = false |
|
) |
| |
|
inline |
◆ decode() [2/4]
String WebCore::TextCodec::decode |
( |
const char * |
str, |
|
|
size_t |
length, |
|
|
bool |
flush = false |
|
) |
| |
|
inline |
◆ decode() [3/4]
virtual String WebCore::TextCodec::decode |
( |
const char * |
, |
|
|
size_t |
length, |
|
|
bool |
flush, |
|
|
bool |
stopOnError, |
|
|
bool & |
sawError |
|
) |
| |
|
pure virtual |
◆ decode() [4/4]
virtual String WebCore::TextCodec::decode |
( |
const char * |
, |
|
|
size_t |
length, |
|
|
bool |
flush, |
|
|
bool |
stopOnError, |
|
|
bool & |
sawError |
|
) |
| |
|
pure virtual |
◆ encode() [1/2]
◆ encode() [2/2]
◆ getUnencodableReplacement() [1/2]
◆ getUnencodableReplacement() [2/2]
The documentation for this class was generated from the following files:
- DerivedData/WebKit/Build/Products/Debug/WebCore.framework/Versions/A/PrivateHeaders/TextCodec.h
- Source/WebCore/platform/text/TextCodec.cpp