Searched refs:TextCodec (Results 1 - 25 of 35) sorted by relevance

12

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodec.cpp28 #include "wtf/text/TextCodec.h"
34 TextCodec::~TextCodec()
38 int TextCodec::getUnencodableReplacement(unsigned codePoint, UnencodableHandling handling, UnencodableReplacementArray replacement)
H A DTextCodec.h74 class TextCodec { class in namespace:WTF
75 WTF_MAKE_NONCOPYABLE(TextCodec); WTF_MAKE_FAST_ALLOCATED;
77 TextCodec() { } function in class:WTF::TextCodec
78 virtual ~TextCodec();
98 typedef PassOwnPtr<TextCodec> (*NewTextCodecFunction)(const TextEncoding&, const void* additionalData);
103 using WTF::TextCodec;
H A DTextEncodingRegistry.h36 class TextCodec;
41 WTF_EXPORT PassOwnPtr<TextCodec> newTextCodec(const TextEncoding&);
H A DTextCodecUTF8.h29 #include "wtf/text/TextCodec.h"
33 class TextCodecUTF8 : public TextCodec {
42 static PassOwnPtr<TextCodec> create(const TextEncoding&, const void*);
H A DTextCodecReplacement.cpp34 static PassOwnPtr<TextCodec> newStreamingTextDecoderReplacement(const TextEncoding&, const void*)
H A DTextCodecUTF8Test.cpp36 #include "wtf/text/TextCodec.h"
49 OwnPtr<TextCodec> codec(newTextCodec(encoding));
66 OwnPtr<TextCodec> codec(newTextCodec(encoding));
83 OwnPtr<TextCodec> codec(newTextCodec(encoding));
H A DTextCodecLatin1.h29 #include "wtf/text/TextCodec.h"
33 class TextCodecLatin1 final : public TextCodec {
H A DTextCodecUTF16.h29 #include "wtf/text/TextCodec.h"
33 class TextCodecUTF16 final : public TextCodec {
H A DTextCodecUserDefined.h29 #include "wtf/text/TextCodec.h"
33 class TextCodecUserDefined final : public TextCodec {
H A DTextCodecICU.h31 #include "wtf/text/TextCodec.h"
40 class TextCodecICU final : public TextCodec {
49 static PassOwnPtr<TextCodec> create(const TextEncoding&, const void*);
H A DTextCodecReplacementTest.cpp11 #include "wtf/text/TextCodec.h"
37 OwnPtr<TextCodec> codec(newTextCodec(encoding));
52 OwnPtr<TextCodec> codec(newTextCodec(encoding));
H A DTextCodecUserDefined.cpp42 static PassOwnPtr<TextCodec> newStreamingTextDecoderUserDefined(const TextEncoding&, const void*)
81 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
H A DTextCodecUTF16.cpp54 static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16LE(const TextEncoding&, const void*)
59 static PassOwnPtr<TextCodec> newStreamingTextDecoderUTF16BE(const TextEncoding&, const void*)
H A DTextEncoding.cpp78 OwnPtr<TextCodec> textCodec = newTextCodec(*this);
H A DTextCodecLatin1.cpp107 static PassOwnPtr<TextCodec> newStreamingTextDecoderWindowsLatin1(const TextEncoding&, const void*)
234 int replacementLength = TextCodec::getUnencodableReplacement(c, handling, replacement);
H A DTextCodecICU.cpp57 PassOwnPtr<TextCodec> TextCodecICU::create(const TextEncoding& encoding, const void*)
397 // characters. See the declaration of TextCodec::encode for more.
405 int entityLen = TextCodec::getUnencodableReplacement(codePoint, URLEncodedEntitiesForUnencodables, entity);
H A DTextEncodingRegistry.cpp243 PassOwnPtr<TextCodec> newTextCodec(const TextEncoding& encoding)
H A DTextCodecUTF8.cpp42 PassOwnPtr<TextCodec> TextCodecUTF8::create(const TextEncoding&, const void*)
/external/chromium_org/third_party/WebKit/Source/modules/encoding/
H A DTextEncoder.h38 #include "wtf/text/TextCodec.h"
62 OwnPtr<WTF::TextCodec> m_codec;
H A DTextDecoder.h39 #include "wtf/text/TextCodec.h"
66 OwnPtr<WTF::TextCodec> m_codec;
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLMetaCharsetParser.h32 #include "wtf/text/TextCodec.h"
57 OwnPtr<TextCodec> m_assumedCodec;
H A DTextResourceDecoder.h89 OwnPtr<TextCodec> m_codec;
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Dwtf.target.darwin-arm.mk91 third_party/WebKit/Source/wtf/text/TextCodec.cpp \
H A Dwtf.target.darwin-arm64.mk91 third_party/WebKit/Source/wtf/text/TextCodec.cpp \
H A Dwtf.target.darwin-mips.mk91 third_party/WebKit/Source/wtf/text/TextCodec.cpp \

Completed in 127 milliseconds

12