deco_text         993 lib/strutil/strutilutf8.c     char *deco_text;
deco_text         999 lib/strutil/strutilutf8.c     deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
deco_text        1001 lib/strutil/strutilutf8.c     match = deco_text;
deco_text        1007 lib/strutil/strutilutf8.c             if ((!str_utf8_iscombiningmark (match) || (match == deco_text)) &&
deco_text        1011 lib/strutil/strutilutf8.c                 m = deco_text;
deco_text        1024 lib/strutil/strutilutf8.c     g_free (deco_text);
deco_text        1037 lib/strutil/strutilutf8.c     char *deco_text;
deco_text        1043 lib/strutil/strutilutf8.c     deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
deco_text        1047 lib/strutil/strutilutf8.c         match = g_strrstr_len (deco_text, -1, search);
deco_text        1050 lib/strutil/strutilutf8.c             if ((!str_utf8_iscombiningmark (match) || (match == deco_text)) &&
deco_text        1054 lib/strutil/strutilutf8.c                 m = deco_text;
deco_text        1067 lib/strutil/strutilutf8.c     g_free (deco_text);