Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF16.cpp38 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()
DTextCodecUTF16.h33 class TextCodecUTF16 : public TextCodec {
38TextCodecUTF16(bool littleEndian) : m_littleEndian(littleEndian), m_haveBufferedByte(false) { } in TextCodecUTF16() function
DTextEncodingRegistry.cpp229 TextCodecUTF16::registerEncodingNames(addToTextEncodingNameMap); in buildBaseTextCodecMaps()
230 TextCodecUTF16::registerCodecs(addToTextCodecMap); in buildBaseTextCodecMaps()
/external/webkit/Source/WebCore/
DAndroid.mk808 platform/text/TextCodecUTF16.cpp \
DWebCore.pro1059 platform/text/TextCodecUTF16.cpp \
2058 platform/text/TextCodecUTF16.h \
DCMakeLists.txt1184 platform/text/TextCodecUTF16.cpp
DGNUmakefile.list.am2663 Source/WebCore/platform/text/TextCodecUTF16.cpp \
2664 Source/WebCore/platform/text/TextCodecUTF16.h \
DGNUmakefile.am2656 Source/WebCore/platform/text/TextCodecUTF16.cpp \
2657 Source/WebCore/platform/text/TextCodecUTF16.h \
DWebCore.gypi927 'platform/text/TextCodecUTF16.h',
4919 'platform/text/TextCodecUTF16.cpp',
DChangeLog-2008-08-1021292 * 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 …]
DChangeLog9832 * 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 …]
DChangeLog-2011-02-167010 * 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):
DChangeLog-2006-12-3117169 * platform/TextCodecUTF16.h:
32528 * platform/TextCodecUTF16.h: Added.
32529 * platform/TextCodecUTF16.cpp: Added. Contains logic to handle encoding and decoding
DChangeLog-2010-12-064510 * 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:
DChangeLog-2010-05-2429133 * platform/text/TextCodecUTF16.cpp:
DChangeLog-2009-06-166989 * platform/text/TextCodecUTF16.cpp:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4518 …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 */,