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

/external/bluetooth/glib/glib/
H A Dgconvert.c64 typedef void iconv_t; typedef
75 iconv_t *cd)
80 if (*cd == (iconv_t)-1 && errno == EINVAL)
92 iconv_t *cd)
134 iconv_t cd;
161 return (cd == (iconv_t)-1) ? (GIConv)-1 : (GIConv)cd;
192 iconv_t cd = (iconv_t)converter;
219 iconv_t cd = (iconv_t)converte
[all...]

Completed in 47 milliseconds