Searched refs:second_separator_char_pos (Results 1 – 1 of 1) sorted by relevance
1100 const size_t second_separator_char_pos = in AppendRegexSubstitution() local1103 if (second_separator_char_pos == std::string::npos) { in AppendRegexSubstitution()1114 regex_sed.find(separator_char, second_separator_char_pos + 1); in AppendRegexSubstitution()1120 (int)(regex_sed.size() - second_separator_char_pos - 1), in AppendRegexSubstitution()1121 regex_sed.data() + (second_separator_char_pos + 1), in AppendRegexSubstitution()1139 } else if (first_separator_char_pos + 1 == second_separator_char_pos) { in AppendRegexSubstitution()1145 } else if (second_separator_char_pos + 1 == third_separator_char_pos) { in AppendRegexSubstitution()1155 second_separator_char_pos - in AppendRegexSubstitution()1157 std::string subst(regex_sed.substr(second_separator_char_pos + 1, in AppendRegexSubstitution()1159 second_separator_char_pos - 1)); in AppendRegexSubstitution()