charset           137 lib/search.h           gchar *charset;
charset           166 lib/search/glob.c mc_search__cond_struct_new_init_glob (const char *charset, mc_search_t * lc_mc_search,
charset           181 lib/search/glob.c     mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset           139 lib/search/hex.c mc_search__cond_struct_new_init_hex (const char *charset, mc_search_t * lc_mc_search,
charset           179 lib/search/hex.c     if (str_isutf8 (charset))
charset           180 lib/search/hex.c         charset = "ASCII";
charset           187 lib/search/hex.c         mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset            36 lib/search/internal.h     gchar *charset;
charset            47 lib/search/internal.h GString *mc_search__get_one_symbol (const char *charset, const char *str, gsize str_len,
charset            49 lib/search/internal.h GString *mc_search__tolower_case_str (const char *charset, const GString * str);
charset            50 lib/search/internal.h GString *mc_search__toupper_case_str (const char *charset, const GString * str);
charset            54 lib/search/internal.h void mc_search__cond_struct_new_init_regex (const char *charset, mc_search_t * lc_mc_search,
charset            62 lib/search/internal.h void mc_search__cond_struct_new_init_normal (const char *charset, mc_search_t * lc_mc_search,
charset            70 lib/search/internal.h void mc_search__cond_struct_new_init_glob (const char *charset, mc_search_t * lc_mc_search,
charset            78 lib/search/internal.h void mc_search__cond_struct_new_init_hex (const char *charset, mc_search_t * lc_mc_search,
charset            67 lib/search/lib.c mc_search__change_case_str (const char *charset, const GString * str, case_conv_fn case_conv)
charset            77 lib/search/lib.c     if (charset == NULL)
charset            78 lib/search/lib.c         charset = cp_source;
charset            80 lib/search/lib.c     converted_str = mc_search__recode_str (str->str, str->len, charset, cp_display);
charset            93 lib/search/lib.c     ret = mc_search__recode_str (dst_str, dst_len, cp_display, charset);
charset            96 lib/search/lib.c     (void) charset;
charset           155 lib/search/lib.c mc_search__get_one_symbol (const char *charset, const char *str, gsize str_len,
charset           164 lib/search/lib.c     if (charset == NULL)
charset           165 lib/search/lib.c         charset = cp_source;
charset           167 lib/search/lib.c     converted_str = mc_search__recode_str (str, str_len, charset, cp_display);
charset           169 lib/search/lib.c     (void) charset;
charset           179 lib/search/lib.c         mc_search__recode_str (converted_str->str, converted_str->len, cp_display, charset);
charset           194 lib/search/lib.c mc_search__tolower_case_str (const char *charset, const GString * str)
charset           196 lib/search/lib.c     return mc_search__change_case_str (charset, str, str_tolower);
charset           202 lib/search/lib.c mc_search__toupper_case_str (const char *charset, const GString * str)
charset           204 lib/search/lib.c     return mc_search__change_case_str (charset, str, str_toupper);
charset            85 lib/search/normal.c mc_search__cond_struct_new_init_normal (const char *charset, mc_search_t * lc_mc_search,
charset            89 lib/search/normal.c     mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset           127 lib/search/regex.c mc_search__cond_struct_new_regex_hex_add (const char *charset, GString * str_to,
charset           133 lib/search/regex.c     upp = mc_search__toupper_case_str (charset, one_char);
charset           134 lib/search/regex.c     low = mc_search__tolower_case_str (charset, one_char);
charset           159 lib/search/regex.c mc_search__cond_struct_new_regex_accum_append (const char *charset, GString * str_to,
charset           173 lib/search/regex.c             mc_search__get_one_symbol (charset, str_from->str + loop,
charset           183 lib/search/regex.c                 mc_search__cond_struct_new_regex_hex_add (charset, recoded_part, one_char);
charset           212 lib/search/regex.c mc_search__cond_struct_new_regex_ci_str (const char *charset, const GString * astr)
charset           226 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
charset           234 lib/search/regex.c             mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
charset           254 lib/search/regex.c     mc_search__cond_struct_new_regex_accum_append (charset, ret_str, accumulator);
charset           794 lib/search/regex.c mc_search__cond_struct_new_init_regex (const char *charset, mc_search_t * lc_mc_search,
charset           811 lib/search/regex.c         if (str_isutf8 (charset) && mc_global.utf8_display)
charset           825 lib/search/regex.c                 mc_search_cond->str = mc_search__cond_struct_new_regex_ci_str (charset, tmp);
charset           855 lib/search/regex.c         if (str_isutf8 (charset) && mc_global.utf8_display)
charset           872 lib/search/regex.c             mc_search_cond->str = mc_search__cond_struct_new_regex_ci_str (charset, tmp);
charset           905 lib/search/regex.c     lc_mc_search->is_utf8 = str_isutf8 (charset);
charset            67 lib/search/search.c mc_search__cond_struct_new (mc_search_t * lc_mc_search, const GString * str, const char *charset)
charset            73 lib/search/search.c     mc_search_cond->charset = g_strdup (charset);
charset            81 lib/search/search.c         mc_search__cond_struct_new_init_glob (charset, lc_mc_search, mc_search_cond);
charset            84 lib/search/search.c         mc_search__cond_struct_new_init_normal (charset, lc_mc_search, mc_search_cond);
charset            87 lib/search/search.c         mc_search__cond_struct_new_init_regex (charset, lc_mc_search, mc_search_cond);
charset            90 lib/search/search.c         mc_search__cond_struct_new_init_hex (charset, lc_mc_search, mc_search_cond);
charset           112 lib/search/search.c     g_free (mc_search_cond->charset);
charset           165 lib/search/search.c     lc_mc_search->original.charset =
charset           185 lib/search/search.c     g_free (lc_mc_search->original.charset);
charset           220 lib/search/search.c                                                      lc_mc_search->original.charset));
charset           230 lib/search/search.c             if (g_ascii_strcasecmp (id, lc_mc_search->original.charset) == 0)
charset           234 lib/search/search.c                                                              lc_mc_search->original.charset));
charset           242 lib/search/search.c                                            lc_mc_search->original.charset, id);
charset           420 src/args.c     mc_args__convert_help_to_syscharset (const gchar * charset, const gchar * error_message_str,
charset           428 src/args.c         conv = g_iconv_open (charset, "UTF-8");