Home
last modified time | relevance | path

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

/external/chromium_org/chrome/renderer/spellchecker/
Dhunspell_engine.cc101 std::string wrong_word_utf8(UTF16ToUTF8(wrong_word)); in FillSuggestionList() local
102 if (wrong_word_utf8.length() > kMaxSuggestLen) in FillSuggestionList()
113 hunspell_->suggest(&suggestions, wrong_word_utf8.c_str()); in FillSuggestionList()