Home | History | Annotate | Download | only in content

Lines Matching refs:first_index

591   int first_index = first_letter - 'a';
599 if (!(state_two_letter_suffix[first_index] & (1 << second_index)))
602 std::bitset<32> previous_suffixes = state_two_letter_suffix[first_index] &
605 *state_index = state_two_letter_accumulative[first_index] +
611 for (int state = state_names_accumulative[first_index];
612 state < state_names_accumulative[first_index + 1]; ++state) {