Searched refs:third_separator_char_pos (Results 1 – 1 of 1) sorted by relevance
962 const size_t third_separator_char_pos = in AppendRegexSubstitution() local965 if (third_separator_char_pos == std::string::npos) { in AppendRegexSubstitution()975 if (third_separator_char_pos != regex_sed_size - 1) { in AppendRegexSubstitution()978 third_separator_char_pos + 1) != in AppendRegexSubstitution()983 (int)third_separator_char_pos + 1, regex_sed.data(), in AppendRegexSubstitution()984 (int)(regex_sed.size() - third_separator_char_pos - 1), in AppendRegexSubstitution()985 regex_sed.data() + (third_separator_char_pos + 1)); in AppendRegexSubstitution()994 } else if (second_separator_char_pos + 1 == third_separator_char_pos) { in AppendRegexSubstitution()1008 third_separator_char_pos - second_separator_char_pos - 1))); in AppendRegexSubstitution()