Home
last modified time | relevance | path

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

/external/tesseract/dict/
Dpermute.cpp200 if (!pending_words_->word_in_dawg(best_choice)) { in add_document_word()
205 pending_words_->add_word_to_dawg(best_choice); in add_document_word()
305 pending_words_ = new Trie(DAWG_TYPE_WORD, lang, NO_PERM, in init_permute()
339 if (pending_words_ != NULL) delete pending_words_; in end_permute()
340 pending_words_ = NULL; in end_permute()
Ddict.cpp40 pending_words_ = NULL; in Dict()
Ddict.h473 Trie *pending_words_; variable