Searched refs:g_utf8_to_ucs4 (Results 1 - 6 of 6) sorted by relevance

/external/bluetooth/glib/tests/
H A Dunicode-encoding.c117 ucs4_result = g_utf8_to_ucs4 (utf8, -1, NULL, NULL, &error);
126 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, NULL, &error);
142 ucs4_result = g_utf8_to_ucs4 (utf8, -1, &items_read, &items_written, &error);
H A Dconvert-test.c165 result = g_utf8_to_ucs4 (utf8, utf8_len, &items_read, &items_written, &error);
171 result2 = g_utf8_to_ucs4 (utf8, -1, &items_read2, &items_written2, &error2);
186 result3 = g_utf8_to_ucs4 (utf8, utf8_len, NULL, NULL, &error3);
/external/bluetooth/glib/glib/
H A Dgunicode.h316 gunichar * g_utf8_to_ucs4 (const gchar *str,
H A Dgutf8.c827 * This function is roughly twice as fast as g_utf8_to_ucs4()
923 * g_utf8_to_ucs4:
949 g_utf8_to_ucs4 (const gchar *str, function
H A Dgaliasdef.c3557 #undef g_utf8_to_ucs4 macro
3558 extern __typeof (g_utf8_to_ucs4) g_utf8_to_ucs4 __attribute((alias("IA__g_utf8_to_ucs4"), visibility("default")));
H A Dgalias.h3546 extern __typeof (g_utf8_to_ucs4) IA__g_utf8_to_ucs4 __attribute((visibility("hidden"))) G_GNUC_MALLOC;
3547 #define g_utf8_to_ucs4 IA__g_utf8_to_ucs4 macro

Completed in 74 milliseconds