Searched refs:next_peek (Results 1 – 1 of 1) sorted by relevance
11367 const uint16_t next_peek = replacement->Get(pos + 1); in GetSubstitution() local11368 if (next_peek >= '0' && next_peek <= '9') { in GetSubstitution()11369 const int new_scaled_index = scaled_index * 10 + (next_peek - '0'); in GetSubstitution()