Public Member Functions | |
QTextStatelessDecoder (const QTextCodec *) | |
QString | toUnicode (const char *chars, int len) |
Public Member Functions inherited from QTextDecoder | |
virtual | ~QTextDecoder () |
Private Attributes | |
const QTextCodec * | codec |
Definition at line 125 of file qtextcodec.cpp.
QTextStatelessDecoder::QTextStatelessDecoder | ( | const QTextCodec * | c | ) |
Definition at line 144 of file qtextcodec.cpp.
|
virtual |
Converts the first len bytes at chars to Unicode, returning the result.
If not all characters are used (eg. only part of a multi-byte encoding is at the end of the characters), the decoder remembers enough state to continue with the next call to this function.
Implements QTextDecoder.
Definition at line 150 of file qtextcodec.cpp.
|
private |
Definition at line 126 of file qtextcodec.cpp.