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

  /external/bluetooth/glib/glib/
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...]
galias.h 471 extern __typeof (g_iconv) IA__g_iconv __attribute((visibility("hidden")));
472 #define g_iconv IA__g_iconv macro
    [all...]
galiasdef.c 477 #undef g_iconv macro
478 extern __typeof (g_iconv) g_iconv __attribute((alias("IA__g_iconv"), visibility("default")));
    [all...]

Completed in 823 milliseconds