Searched refs:new_scaled_index (Results 1 – 1 of 1) sorted by relevance
12003 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution() local12004 if (new_scaled_index < captures_length) { in GetSubstitution()12005 scaled_index = new_scaled_index; in GetSubstitution()