Searched refs:first_separator_char_pos (Results 1 – 1 of 1) sorted by relevance
906 const size_t first_separator_char_pos = 1; in AppendRegexSubstitution() local909 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()911 regex_sed.find(separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()917 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()918 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()949 } else if (first_separator_char_pos + 1 == second_separator_char_pos) { in AppendRegexSubstitution()965 first_separator_char_pos + 1, in AppendRegexSubstitution()966 second_separator_char_pos - first_separator_char_pos - 1))); in AppendRegexSubstitution()