Public Member Functions | |
| Converter (const char *from_charset) | |
| ~Converter () | |
| void | initialize () |
| UT_iconv_t | cd () const |
Private Attributes | |
| UT_iconv_t | m_cd |
| UT_UCS2_mbtowc::Converter::Converter | ( | const char * | from_charset | ) |
| UT_UCS2_mbtowc::Converter::~Converter | ( | ) |
References m_cd, UT_iconv_close(), and UT_iconv_isValid().
| UT_iconv_t UT_UCS2_mbtowc::Converter::cd | ( | ) | const [inline] |
Referenced by UT_UCS2_mbtowc::mbtowc().
| void UT_UCS2_mbtowc::Converter::initialize | ( | void | ) |
References m_cd, and UT_iconv_reset().
Referenced by UT_UCS2_mbtowc::initialize().
UT_iconv_t UT_UCS2_mbtowc::Converter::m_cd [private] |
Referenced by initialize(), and ~Converter().
1.7.1