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

#include <TextCodecReplacement.h>

Inheritance diagram for WebCore::TextCodecReplacement:
WebCore::TextCodecUTF8 WebCore::TextCodec

Public Member Functions

 TextCodecReplacement ()
 
- Public Member Functions inherited from WebCore::TextCodecUTF8
 TextCodecUTF8 ()
 
- 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 std::unique_ptr< TextCodeccreate (const TextEncoding &, const void *)
 
static void registerEncodingNames (EncodingNameRegistrar)
 
static void registerCodecs (TextCodecRegistrar)
 
- Static Public Member Functions inherited from WebCore::TextCodecUTF8
static std::unique_ptr< TextCodeccreate (const TextEncoding &, const void *)
 
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

◆ TextCodecReplacement()

WebCore::TextCodecReplacement::TextCodecReplacement ( )

Member Function Documentation

◆ create()

std::unique_ptr< TextCodec > WebCore::TextCodecReplacement::create ( const TextEncoding ,
const void  
)
static

◆ registerCodecs()

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

◆ registerEncodingNames()

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

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