Home
last modified time | relevance | path

Searched refs:g_utf8_normalize (Results 1 – 11 of 11) sorted by relevance

/external/bluetooth/glib/tests/
Dunicode-normalize.c78 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()
/external/webkit/Source/WebCore/platform/text/
DTextEncoding.cpp121 UTF8Normalized.set(g_utf8_normalize(UTF8Source.get(), -1, G_NORMALIZE_NFC)); in encode()
/external/bluetooth/glib/glib/
Dgunicode.h381 gchar *g_utf8_normalize (const gchar *str,
Dgunidecomp.c521 g_utf8_normalize (const gchar *str, in g_utf8_normalize() function
Dgaliasdef.c3411 #undef g_utf8_normalize
3412 extern __typeof (g_utf8_normalize) g_utf8_normalize __attribute((alias("IA__g_utf8_normalize"), vis…
Dgalias.h3400 extern __typeof (g_utf8_normalize) IA__g_utf8_normalize __attribute((visibility("hidden")));
3401 #define g_utf8_normalize IA__g_utf8_normalize macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt2492 g_utf8_normalize
/external/bluetooth/glib/
DChangeLog.pre-2-18402 Bug 546329 – API docs for g_utf8_normalize() are incorrect
405 g_utf8_collate() from g_utf8_normalize() docs.
DNEWS499 546329 API docs for g_utf8_normalize() are incorrect
1224 501997 g_utf8_normalize() returns NULL on invalid string
1606 348694 g_utf8_normalize() hasn't been updated to PR #29
DChangeLog.pre-2-16931 * glib/gunidecomp.c: Mention g_utf8_normalize()
DChangeLog.pre-2-02504 normalization g_utf8_normalize().