fold_text 599 lib/strutil/strutil8bit.c char *fold_text; fold_text 603 lib/strutil/strutil8bit.c fold_text = case_sen ? (char *) text : str_8bit_strdown (text); fold_text 606 lib/strutil/strutil8bit.c match = g_strstr_len (fold_text, -1, fold_search); fold_text 611 lib/strutil/strutil8bit.c offset = match - fold_text; fold_text 617 lib/strutil/strutil8bit.c g_free (fold_text); fold_text 629 lib/strutil/strutil8bit.c char *fold_text; fold_text 633 lib/strutil/strutil8bit.c fold_text = case_sen ? (char *) text : str_8bit_strdown (text); fold_text 636 lib/strutil/strutil8bit.c match = g_strrstr_len (fold_text, -1, fold_search); fold_text 641 lib/strutil/strutil8bit.c offset = match - fold_text; fold_text 647 lib/strutil/strutil8bit.c g_free (fold_text); fold_text 583 lib/strutil/strutilascii.c char *fold_text; fold_text 587 lib/strutil/strutilascii.c fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1); fold_text 590 lib/strutil/strutilascii.c match = g_strstr_len (fold_text, -1, fold_search); fold_text 595 lib/strutil/strutilascii.c offset = match - fold_text; fold_text 601 lib/strutil/strutilascii.c g_free (fold_text); fold_text 613 lib/strutil/strutilascii.c char *fold_text; fold_text 617 lib/strutil/strutilascii.c fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1); fold_text 620 lib/strutil/strutilascii.c match = g_strrstr_len (fold_text, -1, fold_search); fold_text 625 lib/strutil/strutilascii.c offset = match - fold_text; fold_text 631 lib/strutil/strutilascii.c g_free (fold_text); fold_text 1004 lib/strutil/strutilutf8.c char *fold_text; fold_text 1006 lib/strutil/strutilutf8.c fold_text = g_utf8_casefold (text, -1); fold_text 1007 lib/strutil/strutilutf8.c deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL); fold_text 1008 lib/strutil/strutilutf8.c g_free (fold_text); fold_text 1056 lib/strutil/strutilutf8.c char *fold_text; fold_text 1058 lib/strutil/strutilutf8.c fold_text = g_utf8_casefold (text, -1); fold_text 1059 lib/strutil/strutilutf8.c deco_text = g_utf8_normalize (fold_text, -1, G_NORMALIZE_ALL); fold_text 1060 lib/strutil/strutilutf8.c g_free (fold_text);