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

#include <TextCodecUTF8.h>

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

Public Member Functions

 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::TextCodec
static int getUnencodableReplacement (unsigned codePoint, UnencodableHandling, UnencodableReplacementArray)
 
static int getUnencodableReplacement (unsigned codePoint, UnencodableHandling, UnencodableReplacementArray)
 

Constructor & Destructor Documentation

◆ TextCodecUTF8()

WebCore::TextCodecUTF8::TextCodecUTF8 ( )
inline

Member Function Documentation

◆ create()

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

◆ registerCodecs()

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

◆ registerEncodingNames()

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

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