deco_text         999 lib/strutil/strutilutf8.c     char *deco_text;
deco_text        1005 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (text, -1, G_NORMALIZE_ALL);
deco_text        1011 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
deco_text        1017 lib/strutil/strutilutf8.c     match = deco_text;
deco_text        1023 lib/strutil/strutilutf8.c             if ((!str_utf8_iscombiningmark (match) || (match == deco_text))
deco_text        1026 lib/strutil/strutilutf8.c                 const char *m = deco_text;
deco_text        1041 lib/strutil/strutilutf8.c     g_free (deco_text);
deco_text        1051 lib/strutil/strutilutf8.c     char *deco_text;
deco_text        1057 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (text, -1, G_NORMALIZE_ALL);
deco_text        1063 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
deco_text        1071 lib/strutil/strutilutf8.c         match = g_strrstr_len (deco_text, -1, search);
deco_text        1074 lib/strutil/strutilutf8.c             if ((!str_utf8_iscombiningmark (match) || (match == deco_text))
deco_text        1077 lib/strutil/strutilutf8.c                 const char *m = deco_text;
deco_text        1092 lib/strutil/strutilutf8.c     g_free (deco_text);