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

  /external/bluetooth/glib/glib/
gutf8.c 579 * g_unichar_to_utf8:
590 g_unichar_to_utf8 (gunichar c, function
663 gint charlen = g_unichar_to_utf8 (c, ch);
691 gint charlen = g_unichar_to_utf8 (c, ch);
1059 p += g_unichar_to_utf8 (str[i++], p);
1204 out += g_unichar_to_utf8 (wc, out);
    [all...]
galias.h 3559 #define g_unichar_to_utf8 macro
    [all...]
galiasdef.c 3569 #undef g_unichar_to_utf8 macro
    [all...]

Completed in 251 milliseconds