Searched refs:textCodec (Results 1 – 1 of 1) sorted by relevance
130 OwnPtr<TextCodec> textCodec = newTextCodec(*this); in encode() local131 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString(); in encode()134 OwnPtr<TextCodec> textCodec = newTextCodec(*this); in encode() local135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString(); in encode()