charset_from       45 lib/search/internal.h GString *mc_search__recode_str (const char *str, gsize str_len, const char *charset_from,
charset_from      115 lib/search/lib.c mc_search__recode_str (const char *str, gsize str_len, const char *charset_from,
charset_from      120 lib/search/lib.c     if (charset_from != NULL && charset_to != NULL
charset_from      121 lib/search/lib.c         && g_ascii_strcasecmp (charset_to, charset_from) != 0)
charset_from      125 lib/search/lib.c         conv = g_iconv_open (charset_to, charset_from);