Searched refs:scaled_index (Results 1 – 1 of 1) sorted by relevance
11997 int scaled_index = (peek - '0'); in GetSubstitution() local12003 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution()12005 scaled_index = new_scaled_index; in GetSubstitution()12011 if (scaled_index == 0 || scaled_index >= captures_length) { in GetSubstitution()12020 isolate, capture, match->GetCapture(scaled_index, &capture_exists), in GetSubstitution()