Searched refs:__iconv_t (Results 1 – 2 of 2) sorted by relevance
42 struct __iconv_t;47 typedef struct __iconv_t* iconv_t;
112 struct __iconv_t { struct117 __iconv_t() : mode(ERROR) { in __iconv_t() function342 iconv_t result = new __iconv_t; in iconv_open() argument