HomeSort by relevance Sort by last modified time
    Searched refs:TextCodecUTF16 (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/text/
TextCodecUTF16.h 33 class TextCodecUTF16 : public TextCodec {
38 TextCodecUTF16(bool littleEndian) : m_littleEndian(littleEndian), m_haveBufferedByte(false) { }
TextCodecUTF16.cpp 27 #include "wtf/text/TextCodecUTF16.h"
38 void TextCodecUTF16::registerEncodingNames(EncodingNameRegistrar registrar)
55 return adoptPtr(new TextCodecUTF16(true));
60 return adoptPtr(new TextCodecUTF16(false));
63 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar)
69 String TextCodecUTF16::decode(const char* bytes, size_t length, bool, bool, bool&)
120 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling)
152 CString TextCodecUTF16::encode(const LChar* characters, size_t length, UnencodableHandling)
TextEncodingRegistry.cpp 40 #include "wtf/text/TextCodecUTF16.h"
217 TextCodecUTF16::registerEncodingNames(addToTextEncodingNameMap);
218 TextCodecUTF16::registerCodecs(addToTextCodecMap);
  /external/chromium_org/third_party/WebKit/Source/wtf/
wtf.target.darwin-arm.mk 95 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
wtf.target.darwin-mips.mk 95 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
wtf.target.darwin-x86.mk 95 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
wtf.target.linux-arm.mk 95 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
wtf.target.linux-mips.mk 95 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \
wtf.target.linux-x86.mk 95 third_party/WebKit/Source/wtf/text/TextCodecUTF16.cpp \

Completed in 79 milliseconds