Searched refs:TextCodecUTF8 (Results 1 – 17 of 17) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecUTF8.cpp | 42 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 …]
|
D | TextCodecUTF8Test.cpp | 46 TEST(TextCodecUTF8, DecodeAscii) in TEST() argument 63 TEST(TextCodecUTF8, DecodeChineseCharacters) in TEST() argument 80 TEST(TextCodecUTF8, Decode0xFF) in TEST() argument
|
D | TextCodecUTF8.h | 33 class TextCodecUTF8 : public TextCodec { 39 TextCodecUTF8() : m_partialSequenceSize(0) { } in TextCodecUTF8() function
|
D | TextCodecReplacement.h | 13 class TextCodecReplacement FINAL : public TextCodecUTF8 {
|
D | TextEncodingRegistry.cpp | 212 TextCodecUTF8::registerEncodingNames(addToTextEncodingNameMap); in buildBaseTextCodecMaps() 213 TextCodecUTF8::registerCodecs(addToTextCodecMap); in buildBaseTextCodecMaps()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | wtf.gypi | 190 'text/TextCodecUTF8.cpp', 191 'text/TextCodecUTF8.h',
|
D | wtf.target.darwin-x86.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.darwin-x86_64.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.linux-mips.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.linux-x86_64.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.linux-arm64.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.darwin-mips.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.darwin-arm64.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.linux-x86.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.darwin-arm.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
D | wtf.target.linux-arm.mk | 97 third_party/WebKit/Source/wtf/text/TextCodecUTF8.cpp \
|
/external/chromium_org/build/secondary/third_party/WebKit/Source/wtf/ |
D | BUILD.gn | 226 "text/TextCodecUTF8.cpp", 227 "text/TextCodecUTF8.h",
|