Home
last modified time | relevance | path

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 Dstring_spec.rb778 @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 Dencoding.h153 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 Dstring_spec.c151 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 Dstrftime.c636 …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 Dsprintf.c1397 value = rb_str_conv_enc_opts(value, rb_enc_get(value), enc, in ruby__sfvextra()
H A Druby.c468 return rb_str_conv_enc_opts(str, from, to, in str_conv_enc()
H A Dstring.c933 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 Dwin32.c2258 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 Dzlib.c2738 return rb_str_conv_enc_opts(str, gz->enc2, gz->enc, in gzfile_newstr()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.04959 * 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 DChangeLog-2.3.03585 * string.c (rb_str_cat_conv_enc_opts): from rb_str_conv_enc_opts,
H A DChangeLog-2.0.016002 * string.c (rb_str_conv_enc_opts): default to original encoding.
H A DChangeLog-1.9.313606 * 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