Home
last modified time | relevance | path

Searched refs:TextCodecUTF8 (Results 1 – 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/platform/text/
DTextCodecUTF8.cpp41 PassOwnPtr<TextCodec> TextCodecUTF8::create(const TextEncoding&, const void*) in create()
43 return adoptPtr(new TextCodecUTF8); in create()
46 void TextCodecUTF8::registerEncodingNames(EncodingNameRegistrar registrar) in registerEncodingNames()
60 void TextCodecUTF8::registerCodecs(TextCodecRegistrar registrar) in registerCodecs()
153 void TextCodecUTF8::consumePartialSequenceByte() in consumePartialSequenceByte()
159 void TextCodecUTF8::handleError(UChar*& destination, bool stopOnError, bool& sawError) in handleError()
169 void TextCodecUTF8::handlePartialSequence(UChar*& destination, const uint8_t*& source, const uint8_… in handlePartialSequence()
216 String TextCodecUTF8::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& … in decode()
296 CString TextCodecUTF8::encode(const UChar* characters, size_t length, UnencodableHandling) in encode()
DTextCodecUTF8.h33 class TextCodecUTF8 : public TextCodec {
40 TextCodecUTF8() : m_partialSequenceSize(0) { } in TextCodecUTF8() function
DTextEncodingRegistry.cpp226 TextCodecUTF8::registerEncodingNames(addToTextEncodingNameMap); in buildBaseTextCodecMaps()
227 TextCodecUTF8::registerCodecs(addToTextCodecMap); in buildBaseTextCodecMaps()
/external/webkit/Source/WebCore/
DAndroid.mk794 platform/text/TextCodecUTF8.cpp \
DWebCore.pro1060 platform/text/TextCodecUTF8.cpp \
2059 platform/text/TextCodecUTF8.h \
DCMakeLists.txt1185 platform/text/TextCodecUTF8.cpp
DChangeLog-2011-02-161276 TextCodecUTF8 and TextCodecLatin1.
1290 * platform/text/TextCodecUTF8.cpp:
1291 (WebCore::TextCodecUTF8::decode):
1543 * platform/text/TextCodecUTF8.cpp:
1544 (WebCore::TextCodecUTF8::decode):
1777 base codecs. Removed aliases for UTF-8; now handled by TextCodecUTF8.
1785 * platform/text/TextCodecUTF8.cpp:
1786 (WebCore::TextCodecUTF8::registerEncodingNames): Added the UTF-8 aliases
1793 (WebCore::TextCodecUTF8::decode): Fixed buffer size computation for case
1803 * platform/text/TextCodecUTF8.h: Made virtual function overrides private.
[all …]
DGNUmakefile.list.am2665 Source/WebCore/platform/text/TextCodecUTF8.cpp \
2666 Source/WebCore/platform/text/TextCodecUTF8.h \
DGNUmakefile.am2658 Source/WebCore/platform/text/TextCodecUTF8.cpp \
2659 Source/WebCore/platform/text/TextCodecUTF8.h \
DWebCore.gypi4920 'platform/text/TextCodecUTF8.cpp',
4921 'platform/text/TextCodecUTF8.h',
DChangeLog58416 This functions are obsolete, since r78499 added TextCodecUTF8.
58556 This functions are obsolete, since r78499 added TextCodecUTF8.
59806 * platform/text/TextCodecUTF8.cpp:
59807 (WebCore::TextCodecUTF8::decode): Removed incorrect assertions.
61430 * platform/text/TextCodecUTF8.cpp:
61431 (WebCore::TextCodecUTF8::consumePartialSequenceByte): Added. Helper function
61433 (WebCore::TextCodecUTF8::handleError): Added. Helper function to make the
61435 (WebCore::TextCodecUTF8::handlePartialSequence): Added. Factored out code for
61442 (WebCore::TextCodecUTF8::decode): Removed partial sequence code and made this
61449 * platform/text/TextCodecUTF8.h: Added declarations for new functions.
/external/webkit/Source/WebCore/WebCore.xcodeproj/
Dproject.pbxproj2901 …B8112F25E510033C5EE /* TextCodecUTF8.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 9343CB7F12…
2902 …CB8212F25E510033C5EE /* TextCodecUTF8.h in Headers */ = {isa = PBXBuildFile; fileRef = 9343CB8012F…
9471 …10033C5EE /* TextCodecUTF8.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…
9472 …5E510033C5EE /* TextCodecUTF8.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …
17995 9343CB7F12F25E510033C5EE /* TextCodecUTF8.cpp */,
17996 9343CB8012F25E510033C5EE /* TextCodecUTF8.h */,
22767 9343CB8212F25E510033C5EE /* TextCodecUTF8.h in Headers */,
25516 9343CB8112F25E510033C5EE /* TextCodecUTF8.cpp in Sources */,