Home | History | Annotate | Download | only in content

Lines Matching refs:first_word

580   const Word& first_word = words->at(state_first_word);
581 int length = first_word.end - first_word.begin;
582 if (length < 2 || !IsAsciiAlpha(*first_word.begin))
586 char16 first_letter = base::ToLowerASCII(*first_word.begin);
594 if (length == 2 && IsAsciiAlpha(*(first_word.begin + 1))) {
595 char16 second_letter = base::ToLowerASCII(*(first_word.begin + 1));