Searched refs:TextCodecUTF16 (Results 1 – 17 of 17) sorted by relevance
/external/webkit/Source/WebCore/platform/text/ |
D | TextCodecUTF16.cpp | 38 void TextCodecUTF16::registerEncodingNames(EncodingNameRegistrar registrar) in registerEncodingNames() 55 return new TextCodecUTF16(true); in newStreamingTextDecoderUTF16LE() 60 return new TextCodecUTF16(false); in newStreamingTextDecoderUTF16BE() 63 void TextCodecUTF16::registerCodecs(TextCodecRegistrar registrar) in registerCodecs() 69 String TextCodecUTF16::decode(const char* bytes, size_t length, bool, bool, bool&) in decode() 120 CString TextCodecUTF16::encode(const UChar* characters, size_t length, UnencodableHandling) in encode()
|
D | TextCodecUTF16.h | 33 class TextCodecUTF16 : public TextCodec { 38 … TextCodecUTF16(bool littleEndian) : m_littleEndian(littleEndian), m_haveBufferedByte(false) { } in TextCodecUTF16() function
|
D | TextEncodingRegistry.cpp | 229 TextCodecUTF16::registerEncodingNames(addToTextEncodingNameMap); in buildBaseTextCodecMaps() 230 TextCodecUTF16::registerCodecs(addToTextCodecMap); in buildBaseTextCodecMaps()
|
/external/webkit/Source/WebCore/ |
D | Android.mk | 808 platform/text/TextCodecUTF16.cpp \
|
D | WebCore.pro | 1059 platform/text/TextCodecUTF16.cpp \ 2058 platform/text/TextCodecUTF16.h \
|
D | CMakeLists.txt | 1184 platform/text/TextCodecUTF16.cpp
|
D | GNUmakefile.list.am | 2663 Source/WebCore/platform/text/TextCodecUTF16.cpp \ 2664 Source/WebCore/platform/text/TextCodecUTF16.h \
|
D | GNUmakefile.am | 2656 Source/WebCore/platform/text/TextCodecUTF16.cpp \ 2657 Source/WebCore/platform/text/TextCodecUTF16.h \
|
D | WebCore.gypi | 927 'platform/text/TextCodecUTF16.h', 4919 'platform/text/TextCodecUTF16.cpp',
|
D | ChangeLog-2008-08-10 | 21292 * platform/text/TextCodecUTF16.cpp: 21293 (WebCore::TextCodecUTF16::decode): 37751 * platform/text/TextCodecUTF16.cpp: 37752 * platform/text/TextCodecUTF16.h: 40397 * platform/text/TextCodecUTF16.cpp: 40398 (WebCore::TextCodecUTF16::encode): 40399 * platform/text/TextCodecUTF16.h: 58039 * platform/text/TextCodecUTF16.cpp: Ditto. 58239 * platform/text/TextCodecUTF16.cpp: 58240 (WebCore::TextCodecUTF16::decode): Use StringBuffer instead of Vector<UChar>. [all …]
|
D | ChangeLog | 9832 * platform/text/TextCodecUTF16.cpp: 61249 …Reverts TextCodecUTF16.cpp back to pre-79466 state. The crash fix in 79466 was for UTF-8 only, it… 61251 * platform/text/TextCodecUTF16.cpp: 61254 (WebCore::TextCodecUTF16::decode): 61255 (WebCore::TextCodecUTF16::encode): 61301 * platform/text/TextCodecUTF16.cpp: 61302 (WebCore::TextCodecUTF16::decode): Handle case where we did not decode any new data, 61367 * platform/text/TextCodecUTF16.cpp: 61368 (WebCore::TextCodecUTF16::decode): Removed stray unused local variable. 61424 * platform/text/TextCodecUTF16.cpp: [all …]
|
D | ChangeLog-2011-02-16 | 7010 * platform/text/TextCodecUTF16.cpp: 7011 (WebCore::TextCodecUTF16::decode): Added a FIXME about missing 40214 * platform/text/TextCodecUTF16.cpp: 40215 (WebCore::TextCodecUTF16::registerEncodingNames): 40520 * platform/text/TextCodecUTF16.cpp: 40521 (WebCore::TextCodecUTF16::registerEncodingNames):
|
D | ChangeLog-2006-12-31 | 17169 * platform/TextCodecUTF16.h: 32528 * platform/TextCodecUTF16.h: Added. 32529 * platform/TextCodecUTF16.cpp: Added. Contains logic to handle encoding and decoding
|
D | ChangeLog-2010-12-06 | 4510 * platform/text/TextCodecUTF16.cpp: 4511 (WebCore::TextCodecUTF16::encode): Use an ASSERT instead of 11705 * platform/text/TextCodecUTF16.cpp: 11706 (WebCore::TextCodecUTF16::encode): Check for length that is 81708 * platform/text/TextCodecUTF16.cpp:
|
D | ChangeLog-2010-05-24 | 29133 * platform/text/TextCodecUTF16.cpp:
|
D | ChangeLog-2009-06-16 | 6989 * platform/text/TextCodecUTF16.cpp:
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 4518 …410D006C1D00EF6F26 /* TextCodecUTF16.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2C3DA110D… 4519 …A420D006C1D00EF6F26 /* TextCodecUTF16.h in Headers */ = {isa = PBXBuildFile; fileRef = B2C3DA120D0… 10984 …00EF6F26 /* TextCodecUTF16.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType … 10985 …C1D00EF6F26 /* TextCodecUTF16.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType… 17993 B2C3DA110D006C1D00EF6F26 /* TextCodecUTF16.cpp */, 17994 B2C3DA120D006C1D00EF6F26 /* TextCodecUTF16.h */, 22766 B2C3DA420D006C1D00EF6F26 /* TextCodecUTF16.h in Headers */, 25515 B2C3DA410D006C1D00EF6F26 /* TextCodecUTF16.cpp in Sources */,
|