Home
last modified time | relevance | path

Searched refs:TextCodecMac (Results 1 – 13 of 13) sorted by relevance

/external/webkit/Source/WebCore/platform/text/mac/
DTextCodecMac.cpp54 void TextCodecMac::registerEncodingNames(EncodingNameRegistrar registrar) in registerEncodingNames()
70 return new TextCodecMac(*static_cast<const TECTextEncodingID*>(additionalData)); in newTextCodecMac()
73 void TextCodecMac::registerCodecs(TextCodecRegistrar registrar) in registerCodecs()
84 TextCodecMac::TextCodecMac(TECTextEncodingID encoding) in TextCodecMac() function in WebCore::TextCodecMac
91 TextCodecMac::~TextCodecMac() in ~TextCodecMac()
96 void TextCodecMac::releaseTECConverter() const in releaseTECConverter()
108 OSStatus TextCodecMac::createTECConverter() const in createTECConverter()
132 OSStatus TextCodecMac::decode(const unsigned char* inputBuffer, int inputBufferLength, int& inputLe… in decode()
198 String TextCodecMac::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode()
279 CString TextCodecMac::encode(const UChar* characters, size_t length, UnencodableHandling handling) in encode()
DTextCodecMac.h38 class TextCodecMac : public TextCodec {
43 explicit TextCodecMac(TECTextEncodingID);
44 virtual ~TextCodecMac();
/external/webkit/Source/WebCore/platform/text/
DTextEncodingRegistry.cpp308 TextCodecMac::registerEncodingNames(addToTextEncodingNameMap); in extendTextCodecMaps()
309 TextCodecMac::registerCodecs(addToTextCodecMap); in extendTextCodecMaps()
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1021294 * platform/text/mac/TextCodecMac.cpp:
21295 (WebCore::TextCodecMac::decode):
37360 * platform/text/mac/TextCodecMac.cpp:
37361 (WebCore::TextCodecMac::decode): Ditto.
37763 * platform/text/mac/TextCodecMac.cpp:
37764 (WebCore::TextCodecMac::decode):
37765 * platform/text/mac/TextCodecMac.h:
40407 * platform/text/mac/TextCodecMac.cpp:
40408 (WebCore::TextCodecMac::encode):
40409 * platform/text/mac/TextCodecMac.h:
[all …]
DChangeLog-2006-12-3113644 * platform/mac/TextCodecMac.cpp:
17176 * platform/mac/TextCodecMac.cpp: Added.
17177 * platform/mac/TextCodecMac.h: Added.
27141 * platform/mac/StreamingTextDecoderMac.cpp: (WebCore::TextCodecMac::decode):
32554 * platform/mac/StreamingTextDecoderMac.h: Renamed class to TextCodecMac. We'll rename
32559 (WebCore::TextCodecMac::registerEncodingNames): Added. Registers encodings based on
32562 (WebCore::TextCodecMac::registerCodecs): Added. Registers codecs for the same encodings
32564 (WebCore::TextCodecMac::TextCodecMac): Much simplified since this now only handles the
32566 (WebCore::TextCodecMac::~TextCodecMac): Renamed.
32567 (WebCore::TextCodecMac::releaseTECConverter): Changed to be a const member function.
[all …]
DWebCore.gypi4954 'platform/text/mac/TextCodecMac.cpp',
4955 'platform/text/mac/TextCodecMac.h',
DChangeLog-2009-06-166998 * platform/text/mac/TextCodecMac.cpp:
60072 * platform/text/mac/TextCodecMac.cpp:
60074 * platform/text/mac/TextCodecMac.h:
68648 * platform/text/mac/TextCodecMac.cpp:
DChangeLog-2010-01-2967979 * platform/text/mac/TextCodecMac.cpp:
67980 (WebCore::TextCodecMac::encode):
70602 * platform/text/mac/TextCodecMac.cpp:
70603 (WebCore::TextCodecMac::decode): Changed MIN() to min().
DChangeLog-2010-05-2429140 * platform/text/mac/TextCodecMac.cpp:
38849 * platform/text/mac/TextCodecMac.cpp:
DChangeLog-2007-10-1466961 * platform/mac/TextCodecMac.cpp:
66962 (WebCore::TextCodecMac::decode):
DChangeLog-2011-02-1613306 * platform/text/mac/TextCodecMac.cpp:
DChangeLog9837 * platform/text/mac/TextCodecMac.cpp:
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj4488 …FC990D00A5DF0030074D /* TextCodecMac.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B2AFFC8E0D…
4489 …FFC9A0D00A5DF0030074D /* TextCodecMac.h in Headers */ = {isa = PBXBuildFile; fileRef = B2AFFC8F0D0…
10954 …DF0030074D /* TextCodecMac.cpp */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType …
10955 …0A5DF0030074D /* TextCodecMac.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType…
18029 B2AFFC8E0D00A5DF0030074D /* TextCodecMac.cpp */,
18030 B2AFFC8F0D00A5DF0030074D /* TextCodecMac.h */,
22764 B2AFFC9A0D00A5DF0030074D /* TextCodecMac.h in Headers */,
25513 B2AFFC990D00A5DF0030074D /* TextCodecMac.cpp in Sources */,