TextCodecICU 57 Source/wtf/text/TextCodecICU.cpp PassOwnPtr<TextCodec> TextCodecICU::create(const TextEncoding& encoding, const void*) TextCodecICU 59 Source/wtf/text/TextCodecICU.cpp return adoptPtr(new TextCodecICU(encoding)); TextCodecICU 62 Source/wtf/text/TextCodecICU.cpp void TextCodecICU::registerEncodingNames(EncodingNameRegistrar registrar) TextCodecICU 216 Source/wtf/text/TextCodecICU.cpp void TextCodecICU::registerCodecs(TextCodecRegistrar registrar) TextCodecICU 236 Source/wtf/text/TextCodecICU.cpp TextCodecICU::TextCodecICU(const TextEncoding& encoding) TextCodecICU 243 Source/wtf/text/TextCodecICU.cpp TextCodecICU::~TextCodecICU() TextCodecICU 248 Source/wtf/text/TextCodecICU.cpp void TextCodecICU::releaseICUConverter() const TextCodecICU 259 Source/wtf/text/TextCodecICU.cpp void TextCodecICU::createICUConverter() const TextCodecICU 289 Source/wtf/text/TextCodecICU.cpp int TextCodecICU::decodeToBuffer(UChar* target, UChar* targetLimit, const char*& source, const char* sourceLimit, int32_t* offsets, bool flush, UErrorCode& err) TextCodecICU 333 Source/wtf/text/TextCodecICU.cpp String TextCodecICU::decode(const char* bytes, size_t length, FlushBehavior flush, bool stopOnError, bool& sawError) TextCodecICU 480 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling) TextCodecICU 522 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encodeCommon(const CharType* characters, size_t length, UnencodableHandling handling) TextCodecICU 536 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encode(const UChar* characters, size_t length, UnencodableHandling handling) TextCodecICU 541 Source/wtf/text/TextCodecICU.cpp CString TextCodecICU::encode(const LChar* characters, size_t length, UnencodableHandling handling) TextCodecICU 40 Source/wtf/text/TextCodecICU.h class TextCodecICU FINAL : public TextCodec { TextCodecICU 45 Source/wtf/text/TextCodecICU.h virtual ~TextCodecICU(); TextCodecICU 48 Source/wtf/text/TextCodecICU.h TextCodecICU(const TextEncoding&); TextCodecICU 280 Source/wtf/text/TextEncodingRegistry.cpp TextCodecICU::registerEncodingNames(addToTextEncodingNameMap); TextCodecICU 281 Source/wtf/text/TextEncodingRegistry.cpp TextCodecICU::registerCodecs(addToTextCodecMap);