Searched refs:g_ucs4_to_utf8 (Results 1 - 8 of 8) sorted by relevance

/external/webkit/JavaScriptCore/wtf/unicode/glib/
H A DUnicodeGLib.cpp33 utf8char.set(g_ucs4_to_utf8(reinterpret_cast<gunichar*>(&ch), 1, 0, 0, &gerror.outPtr()));
/external/bluetooth/glib/tests/
H A Dconvert-test.c240 result = g_ucs4_to_utf8 (ucs4, ucs4_len, &items_read, &items_written, &error);
246 result2 = g_ucs4_to_utf8 (ucs4, -1, &items_read2, &items_written2, &error2);
261 result3 = g_ucs4_to_utf8 (ucs4, ucs4_len, NULL, NULL, &error3);
H A Dunicode-encoding.c168 utf8_result = g_ucs4_to_utf8 (ucs4_result, -1, &items_read, &items_written, &error);
/external/bluetooth/glib/glib/
H A Dgunicode.h339 gchar* g_ucs4_to_utf8 (const gunichar *str,
H A Dgunidecomp.c528 result = g_ucs4_to_utf8 (result_wc, -1, NULL, NULL, NULL);
H A Dgutf8.c1004 * g_ucs4_to_utf8:
1027 g_ucs4_to_utf8 (const gunichar *str, function
H A Dgaliasdef.c3512 #undef g_ucs4_to_utf8 macro
3513 extern __typeof (g_ucs4_to_utf8) g_ucs4_to_utf8 __attribute((alias("IA__g_ucs4_to_utf8"), visibility("default")));
H A Dgalias.h3501 extern __typeof (g_ucs4_to_utf8) IA__g_ucs4_to_utf8 __attribute((visibility("hidden"))) G_GNUC_MALLOC;
3502 #define g_ucs4_to_utf8 IA__g_ucs4_to_utf8 macro

Completed in 61 milliseconds