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