fold_text         596 lib/strutil/strutil8bit.c     char *fold_text;
fold_text         600 lib/strutil/strutil8bit.c     fold_text = case_sen ? (char *) text : str_8bit_strdown (text);
fold_text         603 lib/strutil/strutil8bit.c     match = g_strstr_len (fold_text, -1, fold_search);
fold_text         608 lib/strutil/strutil8bit.c         offset = match - fold_text;
fold_text         614 lib/strutil/strutil8bit.c         g_free (fold_text);
fold_text         626 lib/strutil/strutil8bit.c     char *fold_text;
fold_text         630 lib/strutil/strutil8bit.c     fold_text = case_sen ? (char *) text : str_8bit_strdown (text);
fold_text         633 lib/strutil/strutil8bit.c     match = g_strrstr_len (fold_text, -1, fold_search);
fold_text         638 lib/strutil/strutil8bit.c         offset = match - fold_text;
fold_text         644 lib/strutil/strutil8bit.c         g_free (fold_text);
fold_text         577 lib/strutil/strutilascii.c     char *fold_text;
fold_text         581 lib/strutil/strutilascii.c     fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1);
fold_text         584 lib/strutil/strutilascii.c     match = g_strstr_len (fold_text, -1, fold_search);
fold_text         589 lib/strutil/strutilascii.c         offset = match - fold_text;
fold_text         595 lib/strutil/strutilascii.c         g_free (fold_text);
fold_text         607 lib/strutil/strutilascii.c     char *fold_text;
fold_text         611 lib/strutil/strutilascii.c     fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1);
fold_text         614 lib/strutil/strutilascii.c     match = g_strrstr_len (fold_text, -1, fold_search);
fold_text         619 lib/strutil/strutilascii.c         offset = match - fold_text;
fold_text         625 lib/strutil/strutilascii.c         g_free (fold_text);
fold_text         992 lib/strutil/strutilutf8.c     char *fold_text;
fold_text         998 lib/strutil/strutilutf8.c     fold_text = case_sen ? (char *) text : g_utf8_casefold (text, -1);
fold_text         999 lib/strutil/strutilutf8.c     deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
fold_text        1026 lib/strutil/strutilutf8.c         g_free (fold_text);
fold_text        1036 lib/strutil/strutilutf8.c     char *fold_text;
fold_text        1042 lib/strutil/strutilutf8.c     fold_text = case_sen ? (char *) text : g_utf8_casefold (text, -1);
fold_text        1043 lib/strutil/strutilutf8.c     deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL);
fold_text        1069 lib/strutil/strutilutf8.c         g_free (fold_text);