conv 365 lib/charsets.c GIConv conv; conv 373 lib/charsets.c conv = str_crt_conv_from (cp_source); conv 376 lib/charsets.c str_nconvert (conv, str, len, buff); conv 377 lib/charsets.c str_close_conv (conv); conv 405 lib/charsets.c GIConv conv; conv 413 lib/charsets.c conv = str_crt_conv_to (cp_source); conv 416 lib/charsets.c str_nconvert (conv, str, len, buff); conv 417 lib/charsets.c str_close_conv (conv); conv 428 lib/charsets.c GIConv conv; conv 435 lib/charsets.c conv = str_crt_conv_to (cp_to); conv 437 lib/charsets.c if (conv != INVALID_CONV) conv 439 lib/charsets.c switch (str_translate_char (conv, str, -1, (char *) buf_ch, sizeof (buf_ch))) conv 451 lib/charsets.c str_close_conv (conv); conv 460 lib/charsets.c convert_from_utf_to_current_c (int input_char, GIConv conv) conv 473 lib/charsets.c switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch))) conv 492 lib/charsets.c convert_from_8bit_to_utf_c (char input_char, GIConv conv) conv 501 lib/charsets.c switch (str_translate_char (conv, (char *) str, -1, (char *) buf_ch, sizeof (buf_ch))) conv 527 lib/charsets.c GIConv conv; conv 532 lib/charsets.c conv = str_crt_conv_to (cp_from); conv 533 lib/charsets.c if (conv != INVALID_CONV) conv 535 lib/charsets.c ch = convert_from_8bit_to_utf_c (input_char, conv); conv 536 lib/charsets.c str_close_conv (conv); conv 53 lib/charsets.h unsigned char convert_from_utf_to_current_c (int input_char, GIConv conv); conv 60 lib/charsets.h int convert_from_8bit_to_utf_c (char input_char, GIConv conv); conv 92 lib/mcconfig/get.c GIConv conv; conv 114 lib/mcconfig/get.c conv = str_crt_conv_from ("UTF-8"); conv 115 lib/mcconfig/get.c if (conv == INVALID_CONV) conv 119 lib/mcconfig/get.c conv_res = str_convert (conv, ret, buffer); conv 120 lib/mcconfig/get.c str_close_conv (conv); conv 107 lib/mcconfig/history.c GIConv conv = INVALID_CONV; conv 120 lib/mcconfig/history.c conv = str_crt_conv_from ("UTF-8"); conv 135 lib/mcconfig/history.c if (conv == INVALID_CONV) conv 140 lib/mcconfig/history.c if (str_convert (conv, this_entry, buffer) == ESTR_FAILURE) conv 151 lib/mcconfig/history.c if (conv != INVALID_CONV) conv 152 lib/mcconfig/history.c str_close_conv (conv); conv 166 lib/mcconfig/history.c GIConv conv = INVALID_CONV; conv 186 lib/mcconfig/history.c conv = str_crt_conv_to ("UTF-8"); conv 202 lib/mcconfig/history.c if (conv == INVALID_CONV) conv 207 lib/mcconfig/history.c if (str_convert (conv, text, buffer) == ESTR_FAILURE) conv 215 lib/mcconfig/history.c if (conv != INVALID_CONV) conv 216 lib/mcconfig/history.c str_close_conv (conv); conv 45 lib/mcconfig/set.c GIConv conv; conv 52 lib/mcconfig/set.c conv = str_crt_conv_to ("UTF-8"); conv 53 lib/mcconfig/set.c if (conv == INVALID_CONV) conv 58 lib/mcconfig/set.c ok = (str_convert (conv, value, buffer) != ESTR_FAILURE); conv 59 lib/mcconfig/set.c str_close_conv (conv); conv 69 lib/search/lib.c GIConv conv; conv 71 lib/search/lib.c conv = g_iconv_open (charset_to, charset_from); conv 72 lib/search/lib.c if (conv != INVALID_CONV) conv 76 lib/search/lib.c ret = g_convert_with_iconv (str, str_len, conv, &bytes_read, bytes_written, NULL); conv 77 lib/search/lib.c g_iconv_close (conv); conv 244 lib/strutil.h estr_t str_translate_char (GIConv conv, const char *ch, size_t ch_size, conv 279 lib/strutil/strutil.c str_close_conv (GIConv conv) conv 281 lib/strutil/strutil.c if (conv != str_cnv_not_convert) conv 282 lib/strutil/strutil.c g_iconv_close (conv); conv 355 lib/strutil/strutil.c str_translate_char (GIConv conv, const char *keys, size_t ch_size, char *output, size_t out_size) conv 360 lib/strutil/strutil.c g_iconv (conv, NULL, NULL, NULL, NULL); conv 364 lib/strutil/strutil.c cnv = g_iconv (conv, (gchar **) & keys, &left, &output, &out_size); conv 242 lib/strutil/strutil8bit.c GIConv conv; conv 246 lib/strutil/strutil8bit.c conv = str_crt_conv_from ("UTF-8"); conv 248 lib/strutil/strutil8bit.c if (conv == INVALID_CONV) conv 256 lib/strutil/strutil8bit.c if (str_convert (conv, mcerror->message, buf) != ESTR_FAILURE) conv 264 lib/strutil/strutil8bit.c str_close_conv (conv); conv 282 lib/tty/tty.c GIConv conv; conv 289 lib/tty/tty.c conv = g_iconv_open (_system_codepage, "UTF-8"); conv 290 lib/tty/tty.c if (conv == INVALID_CONV) conv 295 lib/tty/tty.c if (str_convert (conv, str, buffer) == ESTR_FAILURE) conv 298 lib/tty/tty.c str_close_conv (conv); conv 301 lib/tty/tty.c str_close_conv (conv); conv 443 src/args.c GIConv conv; conv 447 src/args.c conv = g_iconv_open (charset, "UTF-8"); conv 450 src/args.c str_convert (conv, full_help_str, buffer); conv 453 src/args.c g_iconv_close (conv); conv 2325 src/diffviewer/ydiff.c GIConv conv; conv 2327 src/diffviewer/ydiff.c conv = str_crt_conv_from (encoding_id); conv 2328 src/diffviewer/ydiff.c if (conv != INVALID_CONV) conv 2332 src/diffviewer/ydiff.c dview->converter = conv; conv 2268 src/editor/edit.c GIConv conv; conv 2269 src/editor/edit.c conv = str_crt_conv_from (cp_id); conv 2270 src/editor/edit.c if (conv != INVALID_CONV) conv 2274 src/editor/edit.c edit->converter = conv; conv 1674 src/filemanager/filemanager.c GIConv conv; conv 1710 src/filemanager/filemanager.c conv = str_crt_conv_from ("UTF-8"); conv 1711 src/filemanager/filemanager.c if (conv != INVALID_CONV) conv 1716 src/filemanager/filemanager.c if (str_convert (conv, &data[start], buffer) != ESTR_FAILURE) conv 1720 src/filemanager/filemanager.c str_close_conv (conv); conv 610 src/filemanager/panelize.c GIConv conv; conv 613 src/filemanager/panelize.c conv = str_crt_conv_from ("UTF-8"); conv 619 src/filemanager/panelize.c if (mc_global.utf8_display || conv == INVALID_CONV) conv 624 src/filemanager/panelize.c if (str_convert (conv, *profile_keys, buffer) == ESTR_FAILURE) conv 633 src/filemanager/panelize.c str_close_conv (conv); conv 942 src/help.c GIConv conv; conv 948 src/help.c conv = str_crt_conv_from ("UTF-8"); conv 950 src/help.c if (conv == INVALID_CONV) conv 956 src/help.c if (str_convert (conv, filedata, translated_data) != ESTR_FAILURE) conv 963 src/help.c str_close_conv (conv); conv 272 src/viewer/lib.c GIConv conv; conv 273 src/viewer/lib.c conv = str_crt_conv_from (cp_id); conv 274 src/viewer/lib.c if (conv != INVALID_CONV) conv 278 src/viewer/lib.c view->converter = conv;