Home | History | Annotate | Download | only in tests

Lines Matching full:substr

157       ret += str.substr(pos);
160 ret += str.substr(pos, found - pos) + to;