deco_text         995 lib/strutil/strutilutf8.c     char *deco_text;
deco_text        1001 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (text, -1, G_NORMALIZE_ALL);
deco_text        1007 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
deco_text        1013 lib/strutil/strutilutf8.c     match = deco_text;
deco_text        1019 lib/strutil/strutilutf8.c             if ((!str_utf8_iscombiningmark (match) || (match == deco_text)) &&
deco_text        1022 lib/strutil/strutilutf8.c                 const char *m = deco_text;
deco_text        1037 lib/strutil/strutilutf8.c     g_free (deco_text);
deco_text        1047 lib/strutil/strutilutf8.c     char *deco_text;
deco_text        1053 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (text, -1, G_NORMALIZE_ALL);
deco_text        1059 lib/strutil/strutilutf8.c         deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
deco_text        1067 lib/strutil/strutilutf8.c         match = g_strrstr_len (deco_text, -1, search);
deco_text        1070 lib/strutil/strutilutf8.c             if ((!str_utf8_iscombiningmark (match) || (match == deco_text)) &&
deco_text        1073 lib/strutil/strutilutf8.c                 const char *m = deco_text;
deco_text        1088 lib/strutil/strutilutf8.c     g_free (deco_text);