charset_from       35 lib/search/internal.h GString *mc_search__recode_str (const char *str, gsize str_len, const char *charset_from,
charset_from       99 lib/search/lib.c mc_search__recode_str (const char *str, gsize str_len, const char *charset_from,
charset_from      104 lib/search/lib.c     if (charset_from != NULL && charset_to != NULL
charset_from      105 lib/search/lib.c         && g_ascii_strcasecmp (charset_to, charset_from) != 0)
charset_from      109 lib/search/lib.c         conv = g_iconv_open (charset_to, charset_from);