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