Home
last modified time | relevance | path

Searched refs:g_ucs4_to_utf8 (Results 1 – 7 of 7) sorted by relevance

/third_party/glib/glib/tests/
Dconvert.c242 result = g_ucs4_to_utf8 (ucs4, ucs4_len, &items_read, &items_written, &error); in check_ucs4_to_utf8()
248 result2 = g_ucs4_to_utf8 (ucs4, -1, &items_read2, &items_written2, &error2); in check_ucs4_to_utf8()
263 result3 = g_ucs4_to_utf8 (ucs4, ucs4_len, NULL, NULL, &error3); in check_ucs4_to_utf8()
/third_party/glib/tests/
Dunicode-encoding.c189 utf8_result = g_ucs4_to_utf8 (ucs4_result, -1, &items_read, &items_written, &error); in process()
/third_party/glib/glib/
Dgunicode.h854 gchar* g_ucs4_to_utf8 (const gunichar *str,
Dgunidecomp.c551 result = g_ucs4_to_utf8 (result_wc, -1, NULL, NULL, NULL); in g_utf8_normalize()
Dgutf8.c930 g_ucs4_to_utf8 (const gunichar *str, in g_ucs4_to_utf8() function
/third_party/glib/docs/reference/glib/
Dglib-sections.txt3353 g_ucs4_to_utf8
/third_party/glib/
DNEWS13430 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),