rb_str_new5      362 string.c           if (len == 0) return rb_str_new5(str,0,0);
rb_str_new5      370 string.c           str2 = rb_str_new5(str,0, RSTRING(str)->len*len);
rb_str_new5      477 string.c           if (len == 0) return rb_str_new5(str,0,0);
rb_str_new5      479 string.c           str2 = rb_str_new5(str,RSTRING(str)->ptr+beg, len);
rb_str_new5      1032 string.c           str = rb_str_new5(orig,RSTRING(orig)->ptr, RSTRING(orig)->len);
rb_str_new5      1729 string.c           obj = rb_str_new5(str, 0, RSTRING(str)->len);
rb_str_new5      1898 string.c           result = rb_str_new5(str, 0, len);
rb_str_new5      2545 string.c       		    tmp = rb_str_new5(str, 0, 0);
rb_str_new5      2555 string.c       	    tmp = rb_str_new5(str, 0, 0);
rb_str_new5      2627 string.c       	    line = rb_str_new5(str, s, p - s);
rb_str_new5      2638 string.c       	line = rb_str_new5(str, s, p - s);
rb_str_new5      3067 string.c           res = rb_str_new5(str, 0, width);
rb_str_new5      3087 string.c           res = rb_str_new5(str, 0, width);
rb_str_new5      3108 string.c           res = rb_str_new5(str, 0, width);