Home
last modified time | relevance | path

Searched refs:GIConv (Results 1 – 25 of 330) sorted by relevance

12345678910>>...14

/dports/misc/mc/mc-4.8.27/lib/
H A Dstrutil.h49 #define INVALID_CONV ((GIConv) (-1))
160 extern GIConv str_cnv_to_term;
161 extern GIConv str_cnv_from_term;
163 extern GIConv str_cnv_not_convert;
174 GIConv str_crt_conv_from (const char *from_enc);
179 GIConv str_crt_conv_to (const char *to_enc);
184 void str_close_conv (GIConv conv);
194 estr_t str_convert (GIConv coder, const char *string, GString * buffer);
195 estr_t str_nconvert (GIConv coder, const char *string, int size, GString * buffer);
209 estr_t str_vfs_convert_from (GIConv coder, const char *string, GString * buffer);
[all …]
H A Dcharsets.c180 translate_character (GIConv cd, char c) in translate_character()
289 GIConv cd; in init_translation_table()
357 GIConv conv; in str_nconvert_to_display()
389 GIConv conv; in str_nconvert_to_input()
412 GIConv conv; in convert_from_utf_to_current()
444 convert_from_utf_to_current_c (int input_char, GIConv conv) in convert_from_utf_to_current_c()
476 convert_from_8bit_to_utf_c (char input_char, GIConv conv) in convert_from_8bit_to_utf_c()
511 GIConv conv; in convert_from_8bit_to_utf_c2()
/dports/misc/mc-nox11/mc-4.8.27/lib/
H A Dstrutil.h49 #define INVALID_CONV ((GIConv) (-1))
160 extern GIConv str_cnv_to_term;
161 extern GIConv str_cnv_from_term;
163 extern GIConv str_cnv_not_convert;
174 GIConv str_crt_conv_from (const char *from_enc);
179 GIConv str_crt_conv_to (const char *to_enc);
184 void str_close_conv (GIConv conv);
194 estr_t str_convert (GIConv coder, const char *string, GString * buffer);
195 estr_t str_nconvert (GIConv coder, const char *string, int size, GString * buffer);
209 estr_t str_vfs_convert_from (GIConv coder, const char *string, GString * buffer);
[all …]
H A Dcharsets.c180 translate_character (GIConv cd, char c) in translate_character()
289 GIConv cd; in init_translation_table()
357 GIConv conv; in str_nconvert_to_display()
389 GIConv conv; in str_nconvert_to_input()
412 GIConv conv; in convert_from_utf_to_current()
444 convert_from_utf_to_current_c (int input_char, GIConv conv) in convert_from_utf_to_current_c()
476 convert_from_8bit_to_utf_c (char input_char, GIConv conv) in convert_from_8bit_to_utf_c()
511 GIConv conv; in convert_from_8bit_to_utf_c2()
/dports/x11-toolkits/pangox-compat/pangox-compat-0.0.2/
H A Dbasic-x.c42 GIConv cd,
94 GIConv cd,
97 GIConv cd,
100 GIConv cd,
103 GIConv cd,
305 GIConv cd, in conv_8bit()
324 GIConv cd, in conv_eucjp()
350 GIConv cd, in conv_16bit()
372 GIConv cd, in conv_16bit_MSB_on()
394 GIConv cd, in conv_gb18030_1()
[all …]
/dports/devel/libgsf/libgsf-1.14.47/gsf/
H A Dgsf-msole-utils.h52 GIConv gsf_msole_iconv_open_for_import (int codepage) ;
53 GIConv gsf_msole_iconv_open_for_export (void) ;
55 GIConv gsf_msole_iconv_open_codepage_for_import (char const *to, int codepage);
56 GIConv gsf_msole_iconv_open_codepages_for_export (int codepage_to, char const *from);
57 GIConv gsf_msole_iconv_open_codepage_for_export (int codepage_to);
/dports/textproc/wv/wv-1.2.9/
H A Dtext.c203 if (cd==(GIConv)-1) \
629 GIConv handle; in swap_iconv()
661 if (handle == (GIConv)-1) in swap_iconv()
727 if (g_iconv_handle == (GIConv) - 1) in wvHandleCodePage()
761 static GIConv g_iconv_handle = (GIConv)-1; /* Cached iconv descriptor */ in wvOutputFromUnicode()
773 if ((g_iconv_handle != (GIConv)-1)) in wvOutputFromUnicode()
777 if (g_iconv_handle == (GIConv) - 1) in wvOutputFromUnicode()
2217 static GIConv g_iconv_handle = (GIConv)-1; in wvConvertStylename()
2226 if ((g_iconv_handle != (GIConv)-1)) in wvConvertStylename()
2234 if ((g_iconv_handle != (GIConv)-1)) in wvConvertStylename()
[all …]
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/camel/
H A Dcamel-iconv.c46 GIConv ip;
361 if (in->ip != (GIConv) -1) { in flush_entry()
379 GIConv
389 GIConv ip; in camel_iconv_open()
393 return (GIConv) -1; in camel_iconv_open()
443 if (ip != (GIConv) -1) { in camel_iconv_open()
463 if (ip != (GIConv) -1) { in camel_iconv_open()
480 camel_iconv (GIConv cd, in camel_iconv()
490 camel_iconv_close (GIConv ip) in camel_iconv_close()
494 if (ip == (GIConv) -1) in camel_iconv_close()
H A Dcamel-iconv.h38 GIConv camel_iconv_open (const gchar *to,
40 gsize camel_iconv (GIConv cd,
45 void camel_iconv_close (GIConv cd);
/dports/irc/ctrlproxy/ctrlproxy-3.0.8/lib/
H A Dtransport.c122 ret->outgoing_iconv = ret->incoming_iconv = (GIConv)-1; in irc_transport_new_iochannel()
155 if (transport->outgoing_iconv != (GIConv)-1) in free_irc_transport()
157 if (transport->incoming_iconv != (GIConv)-1) in free_irc_transport()
175 GIConv tmp; in transport_set_charset()
180 if (tmp == (GIConv)-1) { in transport_set_charset()
184 tmp = (GIConv)-1; in transport_set_charset()
187 if (transport->outgoing_iconv != (GIConv)-1) in transport_set_charset()
195 if (tmp == (GIConv)-1) { in transport_set_charset()
199 tmp = (GIConv)-1; in transport_set_charset()
202 if (transport->incoming_iconv != (GIConv)-1) in transport_set_charset()
H A Dline.h70 G_GNUC_NULL_TERMINATED G_MODULE_EXPORT GIOStatus irc_send_args(GIOChannel *, GIConv, GError **, ...…
71 G_GNUC_PRINTF(4, 5) G_MODULE_EXPORT GIOStatus irc_sendf(GIOChannel *, GIConv, GError **, char *fmt,…
73 GIOChannel *, GIConv,
85 G_GNUC_WARN_UNUSED_RESULT G_MODULE_EXPORT GIOStatus irc_recv_line(GIOChannel *c, GIConv iconv,
/dports/security/rifiuti2/rifiuti2-0.7.0/test/
H A Dtest_glib_iconv.c5 GIConv cd; in main()
19 if (cd != (GIConv) -1) in main()
22 return (cd == (GIConv) -1); in main()
/dports/devel/glib20/glib-2.70.4/glib/
H A Dgconvert.h81 typedef struct _GIConv *GIConv; typedef
84 GIConv g_iconv_open (const gchar *to_codeset,
87 gsize g_iconv (GIConv converter,
93 gint g_iconv_close (GIConv converter);
107 GIConv converter,
H A Dgconvert.c213 GIConv
244 return (cd == (iconv_t)-1) ? (GIConv)-1 : (GIConv)cd; in g_iconv_open()
299 static GIConv
304 GIConv cd; in open_converter()
308 if (cd == (GIConv) -1) in open_converter()
328 close_converter (GIConv cd) in close_converter()
330 if (cd == (GIConv) -1) in close_converter()
544 GIConv cd; in g_convert()
552 if (cd == (GIConv) -1) in g_convert()
640 GIConv cd; in g_convert_with_fallback()
[all …]
/dports/misc/mc/mc-4.8.27/lib/strutil/
H A Dstrutil.c39 GIConv str_cnv_to_term;
40 GIConv str_cnv_from_term;
41 GIConv str_cnv_not_convert = INVALID_CONV;
102 _str_convert (GIConv coder, const char *string, int size, GString * buffer) in _str_convert()
261 GIConv
269 GIConv
279 str_close_conv (GIConv conv) in str_close_conv()
288 str_convert (GIConv coder, const char *string, GString * buffer) in str_convert()
296 str_nconvert (GIConv coder, const char *string, int size, GString * buffer) in str_nconvert()
312 str_vfs_convert_from (GIConv coder, const char *string, GString * buffer) in str_vfs_convert_from()
[all …]
/dports/misc/mc-nox11/mc-4.8.27/lib/strutil/
H A Dstrutil.c39 GIConv str_cnv_to_term;
40 GIConv str_cnv_from_term;
41 GIConv str_cnv_not_convert = INVALID_CONV;
102 _str_convert (GIConv coder, const char *string, int size, GString * buffer) in _str_convert()
261 GIConv
269 GIConv
279 str_close_conv (GIConv conv) in str_close_conv()
288 str_convert (GIConv coder, const char *string, GString * buffer) in str_convert()
296 str_nconvert (GIConv coder, const char *string, int size, GString * buffer) in str_nconvert()
312 str_vfs_convert_from (GIConv coder, const char *string, GString * buffer) in str_vfs_convert_from()
[all …]
/dports/www/gtkhtml4/gtkhtml-4.10.0/gtkhtml/
H A Dhtmltokenizer.h95 GIConv generate_iconv_from (const gchar * content_type);
97 GIConv generate_iconv_to (const gchar * content_type);
99 gchar * convert_text_encoding (const GIConv iconv_cd, const gchar * token);
101 gboolean is_valid_g_iconv (const GIConv iconv_cd);
/dports/irc/irssi/irssi-1.2.3/src/core/
H A Drecode.c46 GIConv cd; in is_valid_charset()
57 if (cd != (GIConv)-1) { in is_valid_charset()
188 GIConv cd = (GIConv)-1; in recode_split()
225 if (cd == (GIConv)-1) { in recode_split()
276 if (cd != (GIConv)-1) in recode_split()
/dports/devel/glibmm/glibmm-2.64.2/glib/glibmm/
H A Dconvert.h29 extern "C" { typedef struct _GIConv* GIConv; } typedef
130 explicit IConv(GIConv gobject);
164 GIConv gobj() { return gobject_; } in gobj()
167 GIConv gobject_;
/dports/x11-toolkits/scintilla/scintilla/gtk/
H A DConverter.h11 const GIConv iconvhBad = (GIConv)(-1);
17 GIConv iconvh;
/dports/devel/geany/geany-1.38/scintilla/gtk/
H A DConverter.h11 const GIConv iconvhBad = (GIConv)(-1);
17 GIConv iconvh;
/dports/devel/geany-legacy/geany-1.37.1/scintilla/gtk/
H A DConverter.h11 const GIConv iconvhBad = (GIConv)(-1);
17 GIConv iconvh;
/dports/editors/textadept/scintilla/gtk/
H A DConverter.h11 const GIConv iconvhBad = (GIConv)(-1);
17 GIConv iconvh;
/dports/editors/scite/scintilla/gtk/
H A DConverter.h11 const GIConv iconvhBad = (GIConv)(-1);
17 GIConv iconvh;
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dconvstream.c23 GIConv iconv;
78 if(cs->iconv == (GIConv) -1) in convstream_new()
86 cs->iconv = (GIConv) -1; in convstream_new()
147 if(cs->iconv != (GIConv) - 1) in convstream_destroy()

12345678910>>...14