converted_str 75 lib/search/lib.c GString *converted_str; converted_str 80 lib/search/lib.c converted_str = mc_search__recode_str (str->str, str->len, charset, cp_display); converted_str 82 lib/search/lib.c dst_len = converted_str->len + 1; /* +1 is required for str_toupper/str_tolower */ converted_str 85 lib/search/lib.c for (src_ptr = converted_str->str, dst_ptr = dst_str; converted_str 90 lib/search/lib.c dst_len = converted_str->len; converted_str 91 lib/search/lib.c g_string_free (converted_str, TRUE); converted_str 158 lib/search/lib.c GString *converted_str; converted_str 167 lib/search/lib.c converted_str = mc_search__recode_str (str, str_len, charset, cp_display); converted_str 171 lib/search/lib.c converted_str = g_string_new_len (str, str_len); converted_str 174 lib/search/lib.c next_char = str_cget_next_char (converted_str->str); converted_str 175 lib/search/lib.c g_string_set_size (converted_str, (gsize) (next_char - converted_str->str)); converted_str 179 lib/search/lib.c mc_search__recode_str (converted_str->str, converted_str->len, cp_display, charset); converted_str 182 lib/search/lib.c *just_letters = str_isalnum (converted_str->str) && !str_isdigit (converted_str->str); converted_str 184 lib/search/lib.c g_string_free (converted_str, TRUE); converted_str 187 lib/search/lib.c return converted_str;