Home
last modified time | relevance | path

Searched refs:rb_str_rindex_m (Results 1 – 3 of 3) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Dstring.c3745 rb_str_rindex_m(int argc, VALUE *argv, VALUE str) in rb_str_rindex_m() function
11086 rb_define_method(rb_cString, "rindex", rb_str_rindex_m, -1); in Init_String()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-1.8.01451 * string.c (rb_str_rindex_m): fixed wrong fix. should move backward
1564 * string.c (rb_str_rindex_m): Fixnum 0 matched end of string.
H A DChangeLog-1.9.337081 * string.c (rb_str_rindex_m): need not to call rb_enc_check on
41294 * string.c (rb_str_rindex_m): ditto.
41320 * string.c (rb_str_rindex_m): ditto.
46191 * string.c (rb_str_index_m, rb_str_rindex_m, rb_str_include): fix
56902 * string.c (rb_str_rindex_m): too much adjustment.
61284 * string.c (rb_str_rindex_m): was confusing character offset and
62730 * string.c (rb_str_rindex_m): accept string-like object convertible