Searched refs:peek_ix (Results 1 – 1 of 1) sorted by relevance
11961 const int peek_ix = next_dollar_ix + 1; in GetSubstitution() local11962 if (peek_ix >= replacement_length) { in GetSubstitution()11968 const uint16_t peek = replacement->Get(peek_ix); in GetSubstitution()11972 continue_from_ix = peek_ix + 1; in GetSubstitution()11976 continue_from_ix = peek_ix + 1; in GetSubstitution()11980 continue_from_ix = peek_ix + 1; in GetSubstitution()11984 continue_from_ix = peek_ix + 1; in GetSubstitution()12000 if (peek_ix + 1 < replacement_length) { in GetSubstitution()12001 const uint16_t next_peek = replacement->Get(peek_ix + 1); in GetSubstitution()12013 continue_from_ix = peek_ix; in GetSubstitution()[all …]