Searched refs:TextCodecUTF8 (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
H A DTextCodecReplacement.h9 #include "wtf/text/TextCodecUTF8.h"
13 class TextCodecReplacement final : public TextCodecUTF8 {
H A DTextCodecUTF8.h33 class TextCodecUTF8 : public TextCodec { class in namespace:WTF
39 TextCodecUTF8() : m_partialSequenceSize(0) { } function in class:WTF::TextCodecUTF8
H A DTextCodecUTF8Test.cpp33 #include "wtf/text/TextCodecUTF8.h"
46 TEST(TextCodecUTF8, DecodeAscii)
63 TEST(TextCodecUTF8, DecodeChineseCharacters)
80 TEST(TextCodecUTF8, Decode0xFF)
H A DTextCodecUTF8.cpp27 #include "wtf/text/TextCodecUTF8.h"
42 PassOwnPtr<TextCodec> TextCodecUTF8::create(const TextEncoding&, const void*)
44 return adoptPtr(new TextCodecUTF8);
47 void TextCodecUTF8::registerEncodingNames(EncodingNameRegistrar registrar)
65 void TextCodecUTF8::registerCodecs(TextCodecRegistrar registrar)
158 void TextCodecUTF8::consumePartialSequenceByte()
164 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError)
175 bool TextCodecUTF8::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool, bool&)
218 bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, const uint8_t* end, bool flush, bool stopOnError, bool& sawError)
268 String TextCodecUTF8
[all...]
H A DTextEncodingRegistry.cpp43 #include "wtf/text/TextCodecUTF8.h"
212 TextCodecUTF8::registerEncodingNames(addToTextEncodingNameMap);
213 TextCodecUTF8::registerCodecs(addToTextCodecMap);
/external/chromium_org/third_party/WebKit/Source/wtf/
H A Dwtf.target.darwin-arm.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.darwin-arm64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.darwin-mips.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.darwin-mips64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.darwin-x86.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.darwin-x86_64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.linux-arm.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.linux-arm64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.linux-mips.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.linux-mips64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.linux-x86.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
H A Dwtf.target.linux-x86_64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \

Completed in 6471 milliseconds