rb_str_substr 363 ext/iconv/iconv.c args[0] = rb_inspect(rb_str_substr(failed, 0, FAILED_MAXLEN)); rb_str_substr 598 include/ruby/intern.h VALUE rb_str_substr(VALUE, long, long); rb_str_substr 2925 string.c str = rb_str_substr(str, idx, 1); rb_str_substr 2950 string.c tmp = rb_str_substr(str, beg, len); rb_str_substr 3015 string.c return rb_str_substr(str, NUM2LONG(argv[0]), NUM2LONG(argv[1])); rb_str_substr 3749 string.c return rb_str_substr(str, 0, 1); rb_str_substr 6669 string.c return rb_ary_new3(3, rb_str_substr(str, 0, pos), rb_str_substr 6671 string.c rb_str_substr(str,pos+str_strlen(sep,STR_ENC_GET(sep)),RSTRING_LEN(str)));