Home | History | Annotate | Download | only in string_replace

Lines Matching defs:xlen

38         typename S::size_type xlen = std::min(n1, old_size - pos);
40 assert(s.size() == old_size - xlen + rlen);