Searched refs:TextCodecUTF16 (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/wtf/text/ |
D | TextCodecUTF16.cpp | 39 void TextCodecUTF16::registerEncodingNames(EncodingNameRegistrar registrar) in registerEncodingNames() 56 return adoptPtr(new TextCodecUTF16(true)); in newStreamingTextDecoderUTF16LE() 61 return adoptPtr(new TextCodecUTF16(false)); in newStreamingTextDecoderUTF16BE() 64 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar) in registerCodecs() 70 String TextCodecUTF16::decode(const char* bytes, size_t length, FlushBehavior flush, bool, bool& sa… in decode() 135 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling) in encode() 167 CString TextCodecUTF16::encode(const LChar* characters, size_t length, UnencodableHandling) in encode()
|
D | TextCodecUTF16.h | 33 class TextCodecUTF16 FINAL : public TextCodec { 38 … TextCodecUTF16(bool littleEndian) : m_littleEndian(littleEndian), m_haveBufferedByte(false) { } in TextCodecUTF16() function
|
D | TextEncodingRegistry.cpp | 215 TextCodecUTF16::registerEncodingNames(addToTextEncodingNameMap); in buildBaseTextCodecMaps() 216 TextCodecUTF16::registerCodecs(addToTextCodecMap); in buildBaseTextCodecMaps()
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | wtf.gypi | 189 'text/TextCodecUTF16.cpp',
|
D | wtf.target.darwin-x86.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.darwin-x86_64.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.linux-mips.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.linux-x86_64.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.linux-arm64.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.darwin-mips.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.darwin-arm64.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.linux-x86.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.darwin-arm.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
D | wtf.target.linux-arm.mk | 96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
|
/external/chromium_org/build/secondary/third_party/WebKit/Source/wtf/ |
D | BUILD.gn | 225 "text/TextCodecUTF16.cpp",
|