Searched refs:g_utf8_normalize (Results 1 – 11 of 11) sorted by relevance
78 char *result = g_utf8_normalize (c[i], -1, mode); in test_form()96 char *result = g_utf8_normalize (c[i], -1, mode); in test_form()
121 UTF8Normalized.set(g_utf8_normalize(UTF8Source.get(), -1, G_NORMALIZE_NFC)); in encode()
381 gchar *g_utf8_normalize (const gchar *str,
521 g_utf8_normalize (const gchar *str, in g_utf8_normalize() function
3411 #undef g_utf8_normalize 3412 extern __typeof (g_utf8_normalize) g_utf8_normalize __attribute((alias("IA__g_utf8_normalize"), vis…
3400 extern __typeof (g_utf8_normalize) IA__g_utf8_normalize __attribute((visibility("hidden")));3401 #define g_utf8_normalize IA__g_utf8_normalize macro
2492 g_utf8_normalize
402 Bug 546329 – API docs for g_utf8_normalize() are incorrect405 g_utf8_collate() from g_utf8_normalize() docs.
499 546329 API docs for g_utf8_normalize() are incorrect1224 501997 g_utf8_normalize() returns NULL on invalid string1606 348694 g_utf8_normalize() hasn't been updated to PR #29
931 * glib/gunidecomp.c: Mention g_utf8_normalize()
2504 normalization g_utf8_normalize().