Searched refs:TextCodecInput (Results 1 – 2 of 2) sorted by relevance
38 class TextCodecInput; variable57 CString encodeInternal(const TextCodecInput&, UnencodableHandling);
455 class TextCodecInput { class457 TextCodecInput(const TextEncoding& encoding, const UChar* characters, size_t length) in TextCodecInput() function in WTF::TextCodecInput462 TextCodecInput(const TextEncoding& encoding, const LChar* characters, size_t length) in TextCodecInput() function in WTF::TextCodecInput480 CString TextCodecICU::encodeInternal(const TextCodecInput& input, UnencodableHandling handling) in encodeInternal()532 TextCodecInput input(m_encoding, characters, length); in encodeCommon()