Home | History | Annotate | Download | only in brew

Lines Matching refs:TextCodecBrew

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)
153 CString TextCodecBrew::encode(const UChar* characters, size_t length, UnencodableHandling handling)