charset           117 lib/search.h           gchar *charset;
charset           169 lib/search/glob.c mc_search__cond_struct_new_init_glob (const char *charset, mc_search_t *lc_mc_search,
charset           184 lib/search/glob.c     mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset           138 lib/search/hex.c mc_search__cond_struct_new_init_hex (const char *charset, mc_search_t *lc_mc_search,
charset           178 lib/search/hex.c     if (str_isutf8 (charset))
charset           179 lib/search/hex.c         charset = "ASCII";
charset           186 lib/search/hex.c         mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset            26 lib/search/internal.h     gchar *charset;
charset            37 lib/search/internal.h GString *mc_search__get_one_symbol (const char *charset, const char *str, gsize str_len,
charset            39 lib/search/internal.h GString *mc_search__tolower_case_str (const char *charset, const GString *str);
charset            40 lib/search/internal.h GString *mc_search__toupper_case_str (const char *charset, const GString *str);
charset            44 lib/search/internal.h void mc_search__cond_struct_new_init_regex (const char *charset, mc_search_t *lc_mc_search,
charset            52 lib/search/internal.h void mc_search__cond_struct_new_init_normal (const char *charset, mc_search_t *lc_mc_search,
charset            60 lib/search/internal.h void mc_search__cond_struct_new_init_glob (const char *charset, mc_search_t *lc_mc_search,
charset            68 lib/search/internal.h void mc_search__cond_struct_new_init_hex (const char *charset, mc_search_t *lc_mc_search,
charset            63 lib/search/lib.c mc_search__change_case_str (const char *charset, const GString *str, case_conv_fn case_conv)
charset            72 lib/search/lib.c     if (charset == NULL)
charset            73 lib/search/lib.c         charset = cp_source;
charset            75 lib/search/lib.c     converted_str = mc_search__recode_str (str->str, str->len, charset, cp_display);
charset            88 lib/search/lib.c     ret = mc_search__recode_str (dst_str, dst_len, cp_display, charset);
charset           137 lib/search/lib.c mc_search__get_one_symbol (const char *charset, const char *str, gsize str_len,
charset           145 lib/search/lib.c     if (charset == NULL)
charset           146 lib/search/lib.c         charset = cp_source;
charset           148 lib/search/lib.c     converted_str = mc_search__recode_str (str, str_len, charset, cp_display);
charset           153 lib/search/lib.c         mc_search__recode_str (converted_str->str, converted_str->len, cp_display, charset);
charset           164 lib/search/lib.c mc_search__tolower_case_str (const char *charset, const GString *str)
charset           166 lib/search/lib.c     return mc_search__change_case_str (charset, str, str_tolower);
charset           172 lib/search/lib.c mc_search__toupper_case_str (const char *charset, const GString *str)
charset           174 lib/search/lib.c     return mc_search__change_case_str (charset, str, str_toupper);
charset            86 lib/search/normal.c mc_search__cond_struct_new_init_normal (const char *charset, mc_search_t *lc_mc_search,
charset            90 lib/search/normal.c     mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset           137 lib/search/regex.c mc_search__cond_struct_new_regex_hex_add (const char *charset, GString *str_to,
charset           143 lib/search/regex.c     upp = mc_search__toupper_case_str (charset, one_char);
charset           144 lib/search/regex.c     low = mc_search__tolower_case_str (charset, one_char);
charset           168 lib/search/regex.c mc_search__cond_struct_new_regex_accum_append (const char *charset, GString *str_to,
charset           181 lib/search/regex.c         one_char = mc_search__get_one_symbol (charset, str_from->str + loop,
charset           191 lib/search/regex.c                 mc_search__cond_struct_new_regex_hex_add (charset, recoded_part, one_char);
charset           220 lib/search/regex.c mc_search__cond_struct_new_regex_ci_str (const char *charset, const GString *astr)
charset           234 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
charset           242 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
charset           262 lib/search/regex.c     mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
charset           774 lib/search/regex.c mc_search__cond_struct_new_init_regex (const char *charset, mc_search_t *lc_mc_search,
charset           790 lib/search/regex.c         if (str_isutf8 (charset) && mc_global.utf8_display)
charset           804 lib/search/regex.c                 mc_search_cond->str = mc_search__cond_struct_new_regex_ci_str (charset, tmp);
charset           823 lib/search/regex.c     lc_mc_search->is_utf8 = str_isutf8 (charset);
charset            65 lib/search/search.c mc_search__cond_struct_new (mc_search_t *lc_mc_search, const GString *str, const char *charset)
charset            71 lib/search/search.c     mc_search_cond->charset = g_strdup (charset);
charset            76 lib/search/search.c         mc_search__cond_struct_new_init_glob (charset, lc_mc_search, mc_search_cond);
charset            79 lib/search/search.c         mc_search__cond_struct_new_init_normal (charset, lc_mc_search, mc_search_cond);
charset            82 lib/search/search.c         mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset            85 lib/search/search.c         mc_search__cond_struct_new_init_hex (charset, lc_mc_search, mc_search_cond);
charset           107 lib/search/search.c     g_free (mc_search_cond->charset);
charset           155 lib/search/search.c     lc_mc_search->original.charset = g_strdup (
charset           170 lib/search/search.c     g_free (lc_mc_search->original.charset);
charset           199 lib/search/search.c                                                      lc_mc_search->original.charset));
charset           209 lib/search/search.c             if (g_ascii_strcasecmp (id, lc_mc_search->original.charset) == 0)
charset           213 lib/search/search.c                                                              lc_mc_search->original.charset));
charset           220 lib/search/search.c                                                 lc_mc_search->original.charset, id);
charset           474 src/args.c     mc_args__convert_help_to_syscharset (const gchar *charset, const gchar *error_message_str,
charset           482 src/args.c         conv = g_iconv_open (charset, "UTF-8");