Searched refs:state_last_word (Results 1 – 2 of 2) sorted by relevance
251 size_t state_last_word, state_index; in FindContent() local252 if (FindStateStartingInWord(&words, state_first_word, &state_last_word, in FindContent()271 size_t zip_word = state_last_word + 1; in FindContent()277 *end_pos = words[state_last_word].end - begin; in FindContent()286 next_word = state_last_word; in FindContent()487 size_t state_first_word, size_t* state_last_word, in FindStateStartingInWord() argument604 *state_last_word = state_first_word; in FindStateStartingInWord()640 *state_last_word = state_word; in FindStateStartingInWord()
119 size_t* state_last_word,