Home
last modified time | relevance | path

Searched refs:rb_str_offset (Results 1 – 5 of 5) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Dintern.h806 long rb_str_offset(VALUE, long);
/dports/lang/ruby26/ruby-2.6.9/
H A Dre.c3160 pos = rb_str_offset(str, pos); in reg_match_pos()
H A Dstring.c2431 rb_str_offset(VALUE str, long pos) in rb_str_offset() function
9740 pos = rb_str_offset(str, pos); in rb_str_rpartition()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.4.04720 rb_str_offset returns the end when the position exceeds the
H A DChangeLog-1.9.325915 * string.c (rb_str_offset): new function.