[inline, inherited]
Returns true if the device is UTF-16 translated.
Definition at line 182 of file QIODevice.h.
00182 { return isTranslated() && UTF16==(myUnicodeType & UTF16); }