Home
last modified time | relevance | path

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

/external/tesseract/dict/
Ddict.h276 inline void DisableChoiceAccum() { keep_word_choices_ = FALSE; } in DisableChoiceAccum()
277 inline void EnableChoiceAccum() { keep_word_choices_ = TRUE; } in EnableChoiceAccum()
454 BOOL8 keep_word_choices_; variable
Ddict.cpp30 keep_word_choices_ = false; in Dict()
Dstopper.cpp617 if (!keep_word_choices_) in LogNewChoice()