HomeSort by relevance Sort by last modified time
    Searched defs:TextCodecICU (Results 1 - 2 of 2) sorted by null

  /external/webkit/WebCore/platform/text/
TextCodecICU.h 39 class TextCodecICU : public TextCodec {
47 TextCodecICU(const TextEncoding&);
48 virtual ~TextCodecICU();
TextCodecICU.cpp 28 #include "TextCodecICU.h"
60 return new TextCodecICU(encoding);
63 void TextCodecICU::registerBaseEncodingNames(EncodingNameRegistrar registrar)
68 void TextCodecICU::registerBaseCodecs(TextCodecRegistrar registrar)
77 void TextCodecICU::registerExtendedEncodingNames(EncodingNameRegistrar registrar)
176 void TextCodecICU::registerExtendedCodecs(TextCodecRegistrar registrar)
196 TextCodecICU::TextCodecICU(const TextEncoding& encoding)
204 TextCodecICU::~TextCodecICU()
    [all...]

Completed in 2356 milliseconds