Home
last modified time | relevance | path

Searched refs:state_last_word (Results 1 – 2 of 2) sorted by relevance

/external/webkit/Source/WebKit/android/content/
Daddress_detector.cpp251 size_t state_last_word, state_index; in FindContent() local
252 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() argument
604 *state_last_word = state_first_word; in FindStateStartingInWord()
640 *state_last_word = state_word; in FindStateStartingInWord()
Daddress_detector.h119 size_t* state_last_word,