fold_text 604 lib/strutil/strutil8bit.c char *fold_text; fold_text 608 lib/strutil/strutil8bit.c fold_text = case_sen ? (char *) text : str_8bit_strdown (text); fold_text 611 lib/strutil/strutil8bit.c match = g_strstr_len (fold_text, -1, fold_search); fold_text 616 lib/strutil/strutil8bit.c offset = match - fold_text; fold_text 622 lib/strutil/strutil8bit.c g_free (fold_text); fold_text 634 lib/strutil/strutil8bit.c char *fold_text; fold_text 638 lib/strutil/strutil8bit.c fold_text = case_sen ? (char *) text : str_8bit_strdown (text); fold_text 641 lib/strutil/strutil8bit.c match = g_strrstr_len (fold_text, -1, fold_search); fold_text 646 lib/strutil/strutil8bit.c offset = match - fold_text; fold_text 652 lib/strutil/strutil8bit.c g_free (fold_text); fold_text 585 lib/strutil/strutilascii.c char *fold_text; fold_text 589 lib/strutil/strutilascii.c fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1); fold_text 592 lib/strutil/strutilascii.c match = g_strstr_len (fold_text, -1, fold_search); fold_text 597 lib/strutil/strutilascii.c offset = match - fold_text; fold_text 603 lib/strutil/strutilascii.c g_free (fold_text); fold_text 615 lib/strutil/strutilascii.c char *fold_text; fold_text 619 lib/strutil/strutilascii.c fold_text = case_sen ? (char *) text : g_ascii_strdown (text, -1); fold_text 622 lib/strutil/strutilascii.c match = g_strrstr_len (fold_text, -1, fold_search); fold_text 627 lib/strutil/strutilascii.c offset = match - fold_text; fold_text 633 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);