Searched refs:first_separator_char_pos (Results 1 – 1 of 1) sorted by relevance
896 const size_t first_separator_char_pos = 1; in AppendRegexSubstitution() local899 const char separator_char = regex_sed[first_separator_char_pos]; in AppendRegexSubstitution()901 regex_sed.find(separator_char, first_separator_char_pos + 1); in AppendRegexSubstitution()907 (int)(regex_sed.size() - first_separator_char_pos - 1), in AppendRegexSubstitution()908 regex_sed.data() + (first_separator_char_pos + 1), in AppendRegexSubstitution()939 } else if (first_separator_char_pos + 1 == second_separator_char_pos) { in AppendRegexSubstitution()955 first_separator_char_pos + 1, in AppendRegexSubstitution()956 second_separator_char_pos - first_separator_char_pos - 1))); in AppendRegexSubstitution()