Lines Matching refs:find_length
655 const size_t find_length = matcher.MatchSize();
656 if (!find_length)
668 str->replace(first_match, find_length, replace_with.data(), replace_length);
674 if (find_length == replace_length) {
701 if (replace_length > find_length) {
704 const size_t expansion_per_match = (replace_length - find_length);
707 match = matcher.Find(*str, match + find_length)) {
724 pos = match + find_length;
740 size_t shift_src = first_match + find_length;
772 read_offset += find_length;