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

  /external/webkit/Source/WebCore/platform/text/brew/
TextCodecBrew.h 36 class TextCodecBrew : public TextCodec {
41 TextCodecBrew(const TextEncoding&);
42 virtual ~TextCodecBrew();
TextCodecBrew.cpp 27 #include "TextCodecBrew.h"
39 const char* WebCore::TextCodecBrew::m_internalEncodingName = "UTF-16LE";
43 return new TextCodecBrew(encoding);
46 void TextCodecBrew::registerExtendedEncodingNames(EncodingNameRegistrar registrar)
52 void TextCodecBrew::registerExtendedCodecs(TextCodecRegistrar registrar)
57 TextCodecBrew::TextCodecBrew(const TextEncoding& encoding)
71 TextCodecBrew::~TextCodecBrew()
77 String TextCodecBrew::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& sawError
    [all...]

Completed in 319 milliseconds