str_nth          1346 string.c           const char *pp = str_nth(p, e, nth, enc, singlebyte);
str_nth          1491 string.c           else if ((p = str_nth(s, e, beg, enc, 0)) == e) {
str_nth          2421 string.c       	s = str_nth(sbeg, e, pos, enc, singlebyte);
str_nth          3113 string.c           p = str_nth(RSTRING_PTR(str), RSTRING_END(str), beg, enc, singlebyte);
str_nth          3115 string.c           e = str_nth(p, RSTRING_END(str), len, enc, singlebyte);
str_nth          6484 string.c       	    char *fp = str_nth(f, f+flen, llen, enc, singlebyte);
str_nth          6504 string.c       	    char *fp = str_nth(f, f+flen, rlen, enc, singlebyte);