converted_str 70 lib/search/lib.c GString *converted_str; converted_str 75 lib/search/lib.c converted_str = mc_search__recode_str (str->str, str->len, charset, cp_display); converted_str 77 lib/search/lib.c dst_len = converted_str->len + 1; // +1 is required for str_toupper/str_tolower converted_str 80 lib/search/lib.c for (src_ptr = converted_str->str, dst_ptr = dst_str; case_conv (src_ptr, &dst_ptr, &dst_len); converted_str 85 lib/search/lib.c dst_len = converted_str->len; converted_str 86 lib/search/lib.c g_string_free (converted_str, TRUE); converted_str 140 lib/search/lib.c GString *converted_str; converted_str 148 lib/search/lib.c converted_str = mc_search__recode_str (str, str_len, charset, cp_display); converted_str 149 lib/search/lib.c next_char = str_cget_next_char (converted_str->str); converted_str 150 lib/search/lib.c g_string_set_size (converted_str, (gsize) (next_char - converted_str->str)); converted_str 153 lib/search/lib.c mc_search__recode_str (converted_str->str, converted_str->len, cp_display, charset); converted_str 155 lib/search/lib.c *just_letters = str_isalnum (converted_str->str) && !str_isdigit (converted_str->str); converted_str 156 lib/search/lib.c g_string_free (converted_str, TRUE);