Searched refs:hunspell_ (Results 1 – 2 of 2) sorted by relevance
50 hunspell_.reset(); in Init()58 if (hunspell_.get()) in InitializeHunspell()64 hunspell_.reset(new Hunspell(bdict_file_->data(), bdict_file_->length())); in InitializeHunspell()82 if (hunspell_.get()) { in CheckSpelling()84 word_correct = (hunspell_->spell(word_to_check_utf8.c_str()) != 0); in CheckSpelling()101 if (!hunspell_.get()) in FillSuggestionList()106 hunspell_->suggest(&suggestions, wrong_word_utf8.c_str()); in FillSuggestionList()
47 scoped_ptr<Hunspell> hunspell_; variable