Searched refs:TextCodecMac (Results 1 – 13 of 13) sorted by relevance
/external/webkit/Source/WebCore/platform/text/mac/ |
D | TextCodecMac.cpp | 54 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()
|
D | TextCodecMac.h | 38 class TextCodecMac : public TextCodec { 43 explicit TextCodecMac(TECTextEncodingID); 44 virtual ~TextCodecMac();
|
/external/webkit/Source/WebCore/platform/text/ |
D | TextEncodingRegistry.cpp | 308 TextCodecMac::registerEncodingNames(addToTextEncodingNameMap); in extendTextCodecMaps() 309 TextCodecMac::registerCodecs(addToTextCodecMap); in extendTextCodecMaps()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog-2008-08-10 | 21294 * 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 …]
|
D | ChangeLog-2006-12-31 | 13644 * 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 …]
|
D | WebCore.gypi | 4954 'platform/text/mac/TextCodecMac.cpp', 4955 'platform/text/mac/TextCodecMac.h',
|
D | ChangeLog-2009-06-16 | 6998 * platform/text/mac/TextCodecMac.cpp: 60072 * platform/text/mac/TextCodecMac.cpp: 60074 * platform/text/mac/TextCodecMac.h: 68648 * platform/text/mac/TextCodecMac.cpp:
|
D | ChangeLog-2010-01-29 | 67979 * platform/text/mac/TextCodecMac.cpp: 67980 (WebCore::TextCodecMac::encode): 70602 * platform/text/mac/TextCodecMac.cpp: 70603 (WebCore::TextCodecMac::decode): Changed MIN() to min().
|
D | ChangeLog-2010-05-24 | 29140 * platform/text/mac/TextCodecMac.cpp: 38849 * platform/text/mac/TextCodecMac.cpp:
|
D | ChangeLog-2007-10-14 | 66961 * platform/mac/TextCodecMac.cpp: 66962 (WebCore::TextCodecMac::decode):
|
D | ChangeLog-2011-02-16 | 13306 * platform/text/mac/TextCodecMac.cpp:
|
D | ChangeLog | 9837 * platform/text/mac/TextCodecMac.cpp:
|
/external/webkit/Source/WebCore/WebCore.xcodeproj/ |
D | project.pbxproj | 4488 …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 */,
|