Home | History | Annotate | Download | only in string_replace

Lines Matching refs:pos1

24 test(S s, typename S::size_type pos1, typename S::size_type n1, It f, It l, S expected)
27 typename S::const_iterator first = s.begin() + pos1;
28 typename S::const_iterator last = s.begin() + pos1 + n1;