Searched refs:wrong_word_utf8 (Results 1 – 1 of 1) sorted by relevance
101 std::string wrong_word_utf8(UTF16ToUTF8(wrong_word)); in FillSuggestionList() local102 if (wrong_word_utf8.length() > kMaxSuggestLen) in FillSuggestionList()113 hunspell_->suggest(&suggestions, wrong_word_utf8.c_str()); in FillSuggestionList()