Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecUTF8.cpp42 PassOwnPtr<TextCodec> TextCodecUTF8::create(const TextEncoding&, const void*) in create()
44 return adoptPtr(new TextCodecUTF8); in create()
47 void TextCodecUTF8::registerEncodingNames(EncodingNameRegistrar registrar) in registerEncodingNames()
65 void TextCodecUTF8::registerCodecs(TextCodecRegistrar registrar) in registerCodecs()
158 void TextCodecUTF8::consumePartialSequenceByte() in consumePartialSequenceByte()
164 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError()
175 bool TextCodecUTF8::handlePartialSequence<LChar>(LChar*& destination, const uint8_t*& source, const… in handlePartialSequence()
218 bool TextCodecUTF8::handlePartialSequence<UChar>(UChar*& destination, const uint8_t*& source, const… in handlePartialSequence()
268 String TextCodecUTF8::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnErro… in decode()
429 CString TextCodecUTF8::encodeCommon(const CharType* characters, size_t length) in encodeCommon()
[all …]
DTextCodecUTF8Test.cpp46 TEST(TextCodecUTF8, DecodeAscii) in TEST() argument
63 TEST(TextCodecUTF8, DecodeChineseCharacters) in TEST() argument
80 TEST(TextCodecUTF8, Decode0xFF) in TEST() argument
DTextCodecUTF8.h33 class TextCodecUTF8 : public TextCodec {
39 TextCodecUTF8() : m_partialSequenceSize(0) { } in TextCodecUTF8() function
DTextCodecReplacement.h13 class TextCodecReplacement FINAL : public TextCodecUTF8 {
DTextEncodingRegistry.cpp212 TextCodecUTF8::registerEncodingNames(addToTextEncodingNameMap); in buildBaseTextCodecMaps()
213 TextCodecUTF8::registerCodecs(addToTextCodecMap); in buildBaseTextCodecMaps()
/external/chromium_org/third_party/WebKit/Source/wtf/
Dwtf.gypi190 'text/TextCodecUTF8.cpp',
191 'text/TextCodecUTF8.h',
Dwtf.target.darwin-x86.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.darwin-x86_64.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.linux-mips.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.linux-x86_64.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.linux-arm64.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.darwin-mips.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.darwin-arm64.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.linux-x86.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.darwin-arm.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
Dwtf.target.linux-arm.mk97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
/external/chromium_org/build/secondary/third_party/WebKit/Source/wtf/
DBUILD.gn226 "text/TextCodecUTF8.cpp",
227 "text/TextCodecUTF8.h",