fold_text 598 lib/strutil/strutil8bit.c char *fold_text; fold_text 602 lib/strutil/strutil8bit.c fold_text = case_sen ? (char *) text : str_8bit_strdown (text); fold_text 605 lib/strutil/strutil8bit.c match = g_strstr_len (fold_text, -1, fold_search); fold_text 610 lib/strutil/strutil8bit.c offset = match - fold_text; fold_text 616 lib/strutil/strutil8bit.c g_free (fold_text); fold_text 628 lib/strutil/strutil8bit.c char *fold_text; fold_text 632 lib/strutil/strutil8bit.c fold_text = case_sen ? (char *) text : str_8bit_strdown (text); fold_text 635 lib/strutil/strutil8bit.c match = g_strrstr_len (fold_text, -1, fold_search); fold_text 640 lib/strutil/strutil8bit.c offset = match - fold_text; fold_text 646 lib/strutil/strutil8bit.c g_free (fold_text); fold_text 582 lib/strutil/strutilascii.c char *fold_text; fold_text 586 lib/strutil/strutilascii.c fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1); fold_text 589 lib/strutil/strutilascii.c match = g_strstr_len (fold_text, -1, fold_search); fold_text 594 lib/strutil/strutilascii.c offset = match - fold_text; fold_text 600 lib/strutil/strutilascii.c g_free (fold_text); fold_text 612 lib/strutil/strutilascii.c char *fold_text; fold_text 616 lib/strutil/strutilascii.c fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1); fold_text 619 lib/strutil/strutilascii.c match = g_strrstr_len (fold_text, -1, fold_search); fold_text 624 lib/strutil/strutilascii.c offset = match - fold_text; fold_text 630 lib/strutil/strutilascii.c g_free (fold_text); fold_text 1008 lib/strutil/strutilutf8.c char *fold_text; fold_text 1010 lib/strutil/strutilutf8.c fold_text = g_utf8_casefold (text, -1); fold_text 1011 lib/strutil/strutilutf8.c deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL); fold_text 1012 lib/strutil/strutilutf8.c g_free (fold_text); fold_text 1060 lib/strutil/strutilutf8.c char *fold_text; fold_text 1062 lib/strutil/strutilutf8.c fold_text = g_utf8_casefold (text, -1); fold_text 1063 lib/strutil/strutilutf8.c deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL); fold_text 1064 lib/strutil/strutilutf8.c g_free (fold_text);