webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Static Public Member Functions | List of all members
WebCore::TextCodecMac Class Reference

#include <TextCodecMac.h>

Inheritance diagram for WebCore::TextCodecMac:
WebCore::TextCodec

Public Member Functions

 TextCodecMac (TECTextEncodingID)
 
virtual ~TextCodecMac ()
 
virtual String decode (const char *, size_t length, bool flush, bool stopOnError, bool &sawError)
 
virtual CString encode (const UChar *, size_t length, UnencodableHandling)
 
- Public Member Functions inherited from WebCore::TextCodec
 TextCodec ()
 
virtual ~TextCodec ()
 
String decode (const char *str, size_t length, bool flush=false)
 
 TextCodec ()
 
virtual ~TextCodec ()
 
String decode (const char *str, size_t length, bool flush=false)
 

Static Public Member Functions

static void registerEncodingNames (EncodingNameRegistrar)
 
static void registerCodecs (TextCodecRegistrar)
 
- Static Public Member Functions inherited from WebCore::TextCodec
static int getUnencodableReplacement (unsigned codePoint, UnencodableHandling, UnencodableReplacementArray)
 
static int getUnencodableReplacement (unsigned codePoint, UnencodableHandling, UnencodableReplacementArray)
 

Constructor & Destructor Documentation

◆ TextCodecMac()

WebCore::TextCodecMac::TextCodecMac ( TECTextEncodingID  encoding)
explicit

◆ ~TextCodecMac()

WebCore::TextCodecMac::~TextCodecMac ( )
virtual

Member Function Documentation

◆ decode()

String WebCore::TextCodecMac::decode ( const char *  bytes,
size_t  length,
bool  flush,
bool  stopOnError,
bool &  sawError 
)
virtual

Implements WebCore::TextCodec.

◆ encode()

CString WebCore::TextCodecMac::encode ( const UChar characters,
size_t  length,
UnencodableHandling  handling 
)
virtual

Implements WebCore::TextCodec.

◆ registerCodecs()

void WebCore::TextCodecMac::registerCodecs ( TextCodecRegistrar  registrar)
static

◆ registerEncodingNames()

void WebCore::TextCodecMac::registerEncodingNames ( EncodingNameRegistrar  registrar)
static

The documentation for this class was generated from the following files: