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