Home | History | Annotate | Download | only in qwebframe

Lines Matching defs:utf16

3269     QTextCodec *utf16 = QTextCodec::codecForName("UTF-16");
3270 if (utf16)
3271 QTest::newRow("UTF-16 plain text") << "text/plain; charset=utf-16" << utf16->fromUnicode(str) << str;