Home
last modified time | relevance | path

Searched refs:TextCodecICU (Results 1 – 24 of 24) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/text/
H A DTextCodecICU.cpp56 PassOwnPtr<TextCodec> TextCodecICU::create(const TextEncoding& encoding, const void*) in create()
58 return adoptPtr(new TextCodecICU(encoding)); in create()
61 void TextCodecICU::registerEncodingNames(EncodingNameRegistrar registrar) in registerEncodingNames()
178 void TextCodecICU::registerCodecs(TextCodecRegistrar registrar) in registerCodecs()
198 TextCodecICU::TextCodecICU(const TextEncoding& encoding) in TextCodecICU() function in WebCore::TextCodecICU
206 TextCodecICU::~TextCodecICU() in ~TextCodecICU()
211 void TextCodecICU::releaseICUConverter() const in releaseICUConverter()
222 void TextCodecICU::createICUConverter() const in createICUConverter()
252 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char… in decodeToBuffer()
296 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode()
[all …]
H A DTextCodecICU.h38 class TextCodecICU : public TextCodec {
43 virtual ~TextCodecICU();
46 TextCodecICU(const TextEncoding&);
H A DTextEncodingRegistry.cpp298 TextCodecICU::registerEncodingNames(addToTextEncodingNameMap); in extendTextCodecMaps()
299 TextCodecICU::registerCodecs(addToTextCodecMap); in extendTextCodecMaps()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_icu.cc57 return base::WrapUnique(new TextCodecICU(encoding)); in Create()
258 void TextCodecICU::RegisterCodecs(TextCodecRegistrar registrar) { in RegisterCodecs()
286 TextCodecICU::TextCodecICU(const TextEncoding& encoding) in TextCodecICU() function in WTF::TextCodecICU
289 TextCodecICU::~TextCodecICU() { in ~TextCodecICU()
293 void TextCodecICU::ReleaseICUConverter() const { in ReleaseICUConverter()
303 void TextCodecICU::CreateICUConverter() const { in CreateICUConverter()
333 int TextCodecICU::DecodeToBuffer(UChar* target, in DecodeToBuffer()
380 String TextCodecICU::Decode(const char* bytes, in Decode()
729 std::string TextCodecICU::EncodeCommon(const CharType* characters, in EncodeCommon()
744 std::string TextCodecICU::Encode(const UChar* characters, in Encode()
[all …]
H A Dtext_codec_icu.h43 class TextCodecICU final : public TextCodec {
48 ~TextCodecICU() override;
51 TextCodecICU(const TextEncoding&);
H A Dtext_encoding_registry.cc205 TextCodecICU::RegisterEncodingNames(AddToTextEncodingNameMap); in ExtendTextCodecMaps()
206 TextCodecICU::RegisterCodecs(AddToTextCodecMap); in ExtendTextCodecMaps()
H A Dtext_codec_icu_test.cc15 std::unique_ptr<TextCodec> codec = TextCodecICU::Create(iso2022jp, nullptr); in TEST()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/wtf/text/
H A Dtext_codec_icu.cc56 return base::WrapUnique(new TextCodecICU(encoding)); in Create()
257 void TextCodecICU::RegisterCodecs(TextCodecRegistrar registrar) { in RegisterCodecs()
285 TextCodecICU::TextCodecICU(const TextEncoding& encoding) in TextCodecICU() function in WTF::TextCodecICU
288 TextCodecICU::~TextCodecICU() { in ~TextCodecICU()
292 void TextCodecICU::ReleaseICUConverter() const { in ReleaseICUConverter()
302 void TextCodecICU::CreateICUConverter() const { in CreateICUConverter()
332 int TextCodecICU::DecodeToBuffer(UChar* target, in DecodeToBuffer()
379 String TextCodecICU::Decode(const char* bytes, in Decode()
728 std::string TextCodecICU::EncodeCommon(const CharType* characters, in EncodeCommon()
743 std::string TextCodecICU::Encode(const UChar* characters, in Encode()
[all …]
H A Dtext_codec_icu.h43 class TextCodecICU final : public TextCodec {
48 ~TextCodecICU() override;
51 TextCodecICU(const TextEncoding&);
H A Dtext_encoding_registry.cc205 TextCodecICU::RegisterEncodingNames(AddToTextEncodingNameMap); in ExtendTextCodecMaps()
206 TextCodecICU::RegisterCodecs(AddToTextCodecMap); in ExtendTextCodecMaps()
H A Dtext_codec_icu_test.cc15 std::unique_ptr<TextCodec> codec = TextCodecICU::Create(iso2022jp, nullptr); in TEST()
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/
H A Ddarwin9-drd.supp461 drd-WebCore::TextCodecICU::TextCodecICU
466 drd-WebCore::TextCodecICU::~TextCodecICU
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/
H A Ddarwin9-drd.supp461 drd-WebCore::TextCodecICU::TextCodecICU
466 drd-WebCore::TextCodecICU::~TextCodecICU
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2011-02-161772 * platform/text/TextCodecICU.cpp:
1810 TextCodecICU functions.
2239 * platform/text/TextCodecICU.cpp:
2251 * platform/text/TextCodecICU.h:
2296 * platform/text/TextCodecICU.cpp:
2334 TextCodecICU functions.
6801 * platform/text/TextCodecICU.cpp:
6920 * platform/text/TextCodecICU.cpp:
6926 * platform/text/TextCodecICU.h: Ditto.
7021 TextCodecICU and TextCodecWinCE.
[all …]
H A DChangeLog-2008-08-103504 * platform/text/TextCodecICU.cpp:
21260 * platform/text/TextCodecICU.cpp: (WebCore::TextCodecICU::registerExtendedEncodingNames):
21291 (WebCore::TextCodecICU::decode):
37747 (WebCore::TextCodecICU::decode):
37748 * platform/text/TextCodecICU.h:
40390 (WebCore::TextCodecICU::encode):
40391 * platform/text/TextCodecICU.h:
42711 (WebCore::TextCodecICU::decode):
70632 * platform/text/TextCodecICU.cpp: Copied from platform/TextCodecICU.cpp.
70633 * platform/text/TextCodecICU.h: Copied from platform/TextCodecICU.h.
[all …]
H A DGNUmakefile.list.am3842 Source/WebCore/platform/text/TextCodecICU.cpp \
3843 Source/WebCore/platform/text/TextCodecICU.h \
H A DChangeLog-2007-10-1439119 * platform/TextCodecICU.cpp:
40677 * platform/TextCodecICU.cpp:
50546 * platform/TextCodecICU.cpp:
50547 (WebCore::TextCodecICU::TextCodecICU):
50548 (WebCore::TextCodecICU::createICUConverter):
50552 (WebCore::TextCodecICU::encode):
50553 * platform/TextCodecICU.h:
50554 (WebCore::TextCodecICU::needsGBKFallbacks):
50555 (WebCore::TextCodecICU::setNeedsGBKFallbacks):
52292 * platform/TextCodecICU.cpp: (WebCore::TextCodecICU::registerEncodingNames):
[all …]
H A DChangeLog-2006-12-3117166 * platform/TextCodecICU.cpp: Added.
17167 * platform/TextCodecICU.h: Added.
25464 (WebCore::TextCodecICU::registerEncodingNames):
27140 * platform/StreamingTextDecoderICU.cpp: (WebCore::TextCodecICU::decode):
32532 * platform/StreamingTextDecoderICU.h: Renamed class to TextCodecICU. We'll rename
32537 (WebCore::TextCodecICU::registerEncodingNames): Added. Registers all encodings that
32544 (WebCore::TextCodecICU::TextCodecICU): Much simplified since this now only handles the
32546 (WebCore::TextCodecICU::~TextCodecICU): Renamed.
32547 (WebCore::TextCodecICU::releaseICUConverter): Changed to be a const member function.
32548 (WebCore::TextCodecICU::createICUConverter): Changed to be a const member function and
[all …]
H A DChangeLog-2009-06-166985 * platform/text/TextCodecICU.cpp:
7391 * platform/text/TextCodecICU.h:
29029 * platform/text/TextCodecICU.cpp:
35822 * platform/text/TextCodecICU.cpp:
35823 (WebCore::TextCodecICU::decode):
52935 * platform/text/TextCodecICU.cpp:
52936 (WebCore::TextCodecICU::encode):
60067 * platform/text/TextCodecICU.cpp:
60070 * platform/text/TextCodecICU.h:
64689 * platform/text/TextCodecICU.cpp:
[all …]
H A DWebCore.gypi932 'platform/text/TextCodecICU.h',
4917 'platform/text/TextCodecICU.cpp',
H A DChangeLog15791 * platform/text/TextCodecICU.cpp: (WebCore::TextCodecICU::registerEncodingNames): Added a
43751 * platform/text/TextCodecICU.cpp:
43752 (WebCore::TextCodecICU::registerEncodingNames):
60380 * platform/text/TextCodecICU.cpp:
60381 (WebCore::TextCodecICU::registerEncodingNames):
H A DChangeLog-2010-12-0685182 * platform/text/TextCodecICU.cpp: (WebCore::TextCodecICU::registerExtendedEncodingNames):
85441 * platform/text/TextCodecICU.cpp: (WebCore::TextCodecICU::registerExtendedEncodingNames):
85477 * platform/text/TextCodecICU.cpp: (WebCore::TextCodecICU::registerExtendedEncodingNames):
H A DChangeLog-2010-01-293705 * platform/text/TextCodecICU.cpp:
3706 (WebCore::TextCodecICU::registerExtendedEncodingNames):
H A DChangeLog-2010-05-2429131 * platform/text/TextCodecICU.cpp: