![]() |
Qt 4.8
|
#include <qiconvcodec_p.h>
Public Functions | |
| IconvState (iconv_t x) | |
| void | saveChars (const char *c, int count) |
| ~IconvState () | |
Public Variables | |
| char | array [8] |
| char * | buffer |
| int | bufferLen |
| iconv_t | cd |
| ConverterState | internalState |
Definition at line 85 of file qiconvcodec_p.h.
| QIconvCodec::IconvState::IconvState | ( | iconv_t | x | ) |
Definition at line 137 of file qiconvcodec.cpp.
Referenced by QIconvCodec::convertFromUnicode(), and QIconvCodec::convertToUnicode().
| QIconvCodec::IconvState::~IconvState | ( | ) |
Definition at line 142 of file qiconvcodec.cpp.
| void QIconvCodec::IconvState::saveChars | ( | const char * | c, |
| int | count | ||
| ) |
| char QIconvCodec::IconvState::array[8] |
Definition at line 95 of file qiconvcodec_p.h.
Referenced by saveChars(), and ~IconvState().
| char* QIconvCodec::IconvState::buffer |
Definition at line 91 of file qiconvcodec_p.h.
Referenced by QIconvCodec::convertToUnicode(), saveChars(), and ~IconvState().
| int QIconvCodec::IconvState::bufferLen |
Definition at line 92 of file qiconvcodec_p.h.
Referenced by saveChars().
| iconv_t QIconvCodec::IconvState::cd |
Definition at line 93 of file qiconvcodec_p.h.
Referenced by QIconvCodec::convertFromUnicode(), QIconvCodec::convertToUnicode(), QIconvCodec::createIconv_t(), setByteOrder(), and ~IconvState().
| ConverterState QIconvCodec::IconvState::internalState |
Definition at line 90 of file qiconvcodec_p.h.
Referenced by QIconvCodec::convertToUnicode().