Searched refs:rb_str_conv_enc_opts (Results 1 – 13 of 13) sorted by relevance
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ |
H A D | string_spec.rb | 778 @s.rb_str_conv_enc_opts(a, Encoding::US_ASCII, nil, 0, nil).should equal(a) 783 @s.rb_str_conv_enc_opts(a, Encoding::UTF_8, 789 result = @s.rb_str_conv_enc_opts(a, Encoding::UTF_8, Encoding::EUC_JP, 0, nil) 798 @s.rb_str_conv_enc_opts(a, Encoding::US_ASCII, 804 @s.rb_str_conv_enc_opts(a, Encoding::UTF_8, 810 @s.rb_str_conv_enc_opts(a, Encoding::US_ASCII,
|
/dports/lang/ruby26/ruby-2.6.9/include/ruby/ |
H A D | encoding.h | 153 VALUE rb_str_conv_enc_opts(VALUE str, rb_encoding *from, rb_encoding *to, int ecflags, VALUE ecopts…
|
/dports/lang/ruby26/ruby-2.6.9/spec/ruby/optional/capi/ext/ |
H A D | string_spec.c | 151 return rb_str_conv_enc_opts(str, from_enc, to_enc, FIX2INT(ecflags), ecopts); in string_spec_rb_str_conv_enc_opts()
|
/dports/lang/ruby26/ruby-2.6.9/ |
H A D | strftime.c | 636 …VALUE str = rb_str_conv_enc_opts(rb_str_new_cstr(tp), rb_locale_encoding(), enc, ECONV_UNDEF_REPLA… in rb_strftime_with_timespec()
|
H A D | sprintf.c | 1397 value = rb_str_conv_enc_opts(value, rb_enc_get(value), enc, in ruby__sfvextra()
|
H A D | ruby.c | 468 return rb_str_conv_enc_opts(str, from, to, in str_conv_enc()
|
H A D | string.c | 933 rb_str_conv_enc_opts(VALUE str, rb_encoding *from, rb_encoding *to, int ecflags, VALUE ecopts) in rb_str_conv_enc_opts() function 1052 return rb_str_conv_enc_opts(str, from, to, 0, Qnil); in rb_str_conv_enc()
|
/dports/lang/ruby26/ruby-2.6.9/win32/ |
H A D | win32.c | 2258 return rb_str_conv_enc_opts(src, NULL, enc, ECONV_UNDEF_REPLACE, Qnil); in rb_w32_conv_from_wchar() 7288 str = rb_str_conv_enc_opts(str, NULL, rb_enc_from_index(ENCINDEX_UTF_8), in rb_w32_write_console()
|
/dports/lang/ruby26/ruby-2.6.9/ext/zlib/ |
H A D | zlib.c | 2738 return rb_str_conv_enc_opts(str, gz->enc2, gz->enc, in gzfile_newstr()
|
/dports/lang/ruby26/ruby-2.6.9/doc/ |
H A D | ChangeLog-2.1.0 | 4959 * string.c (rb_str_conv_enc_opts): make sure to scan coderange to get 13031 * string.c (rb_str_conv_enc_opts): should infect. 16138 * string.c (rb_str_conv_enc_opts): convert with one converter, instead
|
H A D | ChangeLog-2.3.0 | 3585 * string.c (rb_str_cat_conv_enc_opts): from rb_str_conv_enc_opts,
|
H A D | ChangeLog-2.0.0 | 16002 * string.c (rb_str_conv_enc_opts): default to original encoding.
|
H A D | ChangeLog-1.9.3 | 13606 * string.c (rb_str_conv_enc_opts): fix infinite loop because 17706 * include/ruby/encoding.h (rb_str_conv_enc_opts): missing prototype. 36595 * string.c (rb_str_conv_enc_opts): new function to convert with
|