Searched defs:Iconv_t (Results 1 - 1 of 1) sorted by relevance

/external/libxml2/os400/iconv/
H A Diconv.h19 typedef void * Iconv_t; typedef
22 Iconv_t IconvOpen(const char * tocode, const char * fromcode);
23 size_t Iconv(Iconv_t cd, char * * inbuf, size_t * inbytesleft,
25 int IconvClose(Iconv_t cd);
29 #define iconv_t Iconv_t

Completed in 3297 milliseconds