webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Classes | Public Member Functions | Static Public Member Functions | List of all members
WebCore::TextCodecWin Class Reference

#include <TextCodecWin.h>

Inheritance diagram for WebCore::TextCodecWin:
WebCore::TextCodec

Classes

struct  EncodingInfo
 
struct  EncodingReceiver
 

Public Member Functions

 TextCodecWin (UINT codePage)
 
virtual ~TextCodecWin ()
 
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 registerExtendedEncodingNames (EncodingNameRegistrar)
 
static void registerExtendedCodecs (TextCodecRegistrar)
 
static void enumerateSupportedEncodings (EncodingReceiver &)
 
- 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

◆ TextCodecWin()

WebCore::TextCodecWin::TextCodecWin ( UINT  codePage)

◆ ~TextCodecWin()

WebCore::TextCodecWin::~TextCodecWin ( )
virtual

Member Function Documentation

◆ decode()

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

Implements WebCore::TextCodec.

◆ encode()

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

Implements WebCore::TextCodec.

◆ enumerateSupportedEncodings()

void WebCore::TextCodecWin::enumerateSupportedEncodings ( EncodingReceiver receiver)
static

◆ registerExtendedCodecs()

void WebCore::TextCodecWin::registerExtendedCodecs ( TextCodecRegistrar  registrar)
static

◆ registerExtendedEncodingNames()

void WebCore::TextCodecWin::registerExtendedEncodingNames ( EncodingNameRegistrar  registrar)
static

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