Searched refs:iconv_ostream_t (Results 1 – 4 of 4) sorted by relevance
/third_party/gettext/libtextstyle/gnulib-local/lib/ |
D | iconv-ostream.oo.c | 62 iconv_ostream::write_mem (iconv_ostream_t stream, const void *data, size_t len) in write_mem() 142 iconv_ostream::flush (iconv_ostream_t stream, ostream_flush_scope_t scope) in flush() 152 iconv_ostream::free (iconv_ostream_t stream) in free() 185 iconv_ostream_t 189 iconv_ostream_t stream = XMALLOC (struct iconv_ostream_representation); in iconv_ostream_create() 228 iconv_ostream::write_mem (iconv_ostream_t stream, const void *data, size_t len) in write_mem() 234 iconv_ostream::flush (iconv_ostream_t stream) in flush() 240 iconv_ostream::free (iconv_ostream_t stream) in free()
|
D | iconv-ostream.oo.h | 42 extern iconv_ostream_t iconv_ostream_create (const char *from_encoding,
|
/third_party/gettext/libtextstyle/lib/ |
D | textstyle.h | 336 typedef ostream_t iconv_ostream_t; typedef 342 extern void iconv_ostream_write_mem (iconv_ostream_t first_arg, const void *data, size_t len); 343 extern void iconv_ostream_flush (iconv_ostream_t first_arg, ostream_flush_scope_t scope); 344 extern void iconv_ostream_free (iconv_ostream_t first_arg); 356 extern iconv_ostream_t iconv_ostream_create (const char *from_encoding,
|
/third_party/gettext/libtextstyle/doc/ |
D | libtextstyle.texi | 1170 type is @samp{iconv_ostream_t}. It is a subclass of @samp{ostream_t} 1175 @deftypefn Function iconv_ostream_t iconv_ostream_create (const@tie{}char@tie{}*@var{from_encoding}…
|