Home
last modified time | relevance | path

Searched refs:TextCodecUTF16 (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecUTF16.cpp39 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()
DTextCodecUTF16.h33 class TextCodecUTF16 FINAL : public TextCodec {
38TextCodecUTF16(bool littleEndian) : m_littleEndian(littleEndian), m_haveBufferedByte(false) { } in TextCodecUTF16() function
DTextEncodingRegistry.cpp215 TextCodecUTF16::registerEncodingNames(addToTextEncodingNameMap); in buildBaseTextCodecMaps()
216 TextCodecUTF16::registerCodecs(addToTextCodecMap); in buildBaseTextCodecMaps()
/external/chromium_org/third_party/WebKit/Source/wtf/
Dwtf.gypi189 'text/TextCodecUTF16.cpp',
Dwtf.target.darwin-x86.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.darwin-x86_64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.linux-mips.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.linux-x86_64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.linux-arm64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.darwin-mips.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.darwin-arm64.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.linux-x86.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.darwin-arm.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
Dwtf.target.linux-arm.mk96 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
/external/chromium_org/build/secondary/third_party/WebKit/Source/wtf/
DBUILD.gn225 "text/TextCodecUTF16.cpp",