Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/wtf/text/
DTextCodecICU.cpp57 PassOwnPtr<TextCodec> TextCodecICU::create(const TextEncoding& encoding, const void*) in create()
59 return adoptPtr(new TextCodecICU(encoding)); in create()
62 void TextCodecICU::registerEncodingNames(EncodingNameRegistrar registrar) in registerEncodingNames()
223 void TextCodecICU::registerCodecs(TextCodecRegistrar registrar) in registerCodecs()
243 TextCodecICU::TextCodecICU(const TextEncoding& encoding) in TextCodecICU() function in WTF::TextCodecICU
250 TextCodecICU::~TextCodecICU() in ~TextCodecICU()
255 void TextCodecICU::releaseICUConverter() const in releaseICUConverter()
266 void TextCodecICU::createICUConverter() const in createICUConverter()
296 int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char… in decodeToBuffer()
340 String TextCodecICU::decode(const char* bytes, size_t length, bool flush, bool stopOnError, bool& s… in decode()
[all …]
DTextCodecICU.h40 class TextCodecICU : public TextCodec {
45 virtual ~TextCodecICU();
48 TextCodecICU(const TextEncoding&);
DTextEncodingRegistry.cpp280 TextCodecICU::registerEncodingNames(addToTextEncodingNameMap); in extendTextCodecMaps()
281 TextCodecICU::registerCodecs(addToTextCodecMap); in extendTextCodecMaps()
/external/valgrind/main/
Ddarwin9-drd.supp461 drd-WebCore::TextCodecICU::TextCodecICU
466 drd-WebCore::TextCodecICU::~TextCodecICU
/external/chromium_org/third_party/WebKit/Source/wtf/
Dwtf.gypi199 'text/TextCodecICU.cpp',
Dwtf.target.linux-arm.mk95 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
Dwtf.target.linux-x86.mk95 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
Dwtf.target.darwin-x86.mk95 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
Dwtf.target.linux-mips.mk95 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
Dwtf.target.darwin-mips.mk95 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
Dwtf.target.darwin-arm.mk95 third_party/WebKit/Source/wtf/text/TextCodecICU.cpp \
/external/chromium_org/tools/gn/secondary/third_party/WebKit/Source/wtf/
DBUILD.gn225 "text/TextCodecICU.cpp",