Searched refs:g_ucs4_to_utf8 (Results 1 – 7 of 7) sorted by relevance
/third_party/glib/glib/tests/ |
D | convert.c | 242 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/ |
D | unicode-encoding.c | 189 utf8_result = g_ucs4_to_utf8 (ucs4_result, -1, &items_read, &items_written, &error); in process()
|
/third_party/glib/glib/ |
D | gunicode.h | 854 gchar* g_ucs4_to_utf8 (const gunichar *str,
|
D | gunidecomp.c | 551 result = g_ucs4_to_utf8 (result_wc, -1, NULL, NULL, NULL); in g_utf8_normalize()
|
D | gutf8.c | 930 g_ucs4_to_utf8 (const gunichar *str, in g_ucs4_to_utf8() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 3353 g_ucs4_to_utf8
|
/third_party/glib/ |
D | NEWS | 13430 * Various Unicode handling additions (g_ucs4_to_utf8, g_utf8_validate(),
|