Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/text/
DTextEncoding.cpp130 OwnPtr<TextCodec> textCodec = newTextCodec(*this); in encode() local
131 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString(); in encode()
134 OwnPtr<TextCodec> textCodec = newTextCodec(*this); in encode() local
135 return textCodec.get() ? textCodec->encode(characters, length, handling) : CString(); in encode()