Searched refs:first_with_prefix (Results 1 – 1 of 1) sorted by relevance
5292 int first_with_prefix = i; in RationalizeConsecutiveAtoms() local5311 if (i > first_with_prefix + 2) { in RationalizeConsecutiveAtoms()5317 int run_length = i - first_with_prefix; in RationalizeConsecutiveAtoms()5318 atom = alternatives->at(first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()5321 alternatives->at(j + first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()5337 alternatives->at(j + first_with_prefix)->AsAtom(); in RationalizeConsecutiveAtoms()5351 for (int j = first_with_prefix; j < i; j++) { in RationalizeConsecutiveAtoms()