Home | History | Annotate | Download | only in bits

Lines Matching defs:substr

2206       substr(size_type __pos = 0, size_type __n = npos) const
2208 _M_check(__pos, "basic_string::substr"), __n); }
2278 * traits::compare(substring.data(),str.substr(pos2,n2).data(),rlen).