HomeSort by relevance Sort by last modified time
    Searched full:g_iconv (Results 1 - 10 of 10) sorted by null

  /external/bluetooth/glib/glib/
gconvert.h 57 gsize g_iconv (GIConv converter,
gconvert.c 168 * g_iconv:
185 g_iconv (GIConv converter, function
421 g_iconv (cd, NULL, &inbytes_left, &outbuf, &outbytes_left);
577 * Note that you should use g_iconv() for streaming
630 err = g_iconv (converter, NULL, &inbytes_remaining, &outp, &outbytes_remaining);
632 err = g_iconv (converter, (char **)&p, &inbytes_remaining, &outp, &outbytes_remaining);
672 /* call g_iconv with NULL inbuf to cleanup shift state */
739 * Note that you should use g_iconv() for streaming
814 * Note that you should use g_iconv() for streaming
915 err = g_iconv (cd, (char **)&p, &inbytes_tmp, &outp, &outbytes_remaining)
    [all...]
giochannel.c 979 g_iconv (channel->read_cd, NULL, NULL, NULL, NULL);
981 g_iconv (channel->write_cd, NULL, NULL, NULL, NULL);
    [all...]
galiasdef.c 477 #undef g_iconv macro
478 extern __typeof (g_iconv) g_iconv __attribute((alias("IA__g_iconv"), visibility("default")));
    [all...]
galias.h 471 extern __typeof (g_iconv) IA__g_iconv __attribute((visibility("hidden")));
472 #define g_iconv IA__g_iconv macro
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
conversions.sgml 239 <!-- ##### FUNCTION g_iconv ##### -->
  /external/bluetooth/glib/docs/reference/glib/
glib-sections.txt     [all...]
  /external/bluetooth/glib/
ChangeLog.pre-2-2     [all...]
configure.in     [all...]
ChangeLog.pre-2-0     [all...]

Completed in 330 milliseconds