Lines Matching refs:peek_ix
11961 const int peek_ix = next_dollar_ix + 1; in GetSubstitution() local
11962 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()
12023 continue_from_ix = peek_ix + advance; in GetSubstitution()
12031 continue_from_ix = peek_ix; in GetSubstitution()
12038 String::IndexOf(isolate, replacement, bracket_string, peek_ix + 1); in GetSubstitution()
12043 continue_from_ix = peek_ix; in GetSubstitution()
12048 factory->NewSubString(replacement, peek_ix + 1, closing_bracket_ix); in GetSubstitution()
12069 continue_from_ix = peek_ix; in GetSubstitution()