Searched refs:NewChoice (Results 1 – 1 of 1) sorted by relevance
/external/tesseract/dict/ |
D | stopper.cpp | 612 VIABLE_CHOICE NewChoice; in LogNewChoice() local 649 NewChoice = NULL; in LogNewChoice() 655 NewChoice = (VIABLE_CHOICE) first_node (Choices); in LogNewChoice() 662 if (NewChoice) { in LogNewChoice() 663 FillViableChoice(WordChoice, AdjustFactor, Certainties, true, NewChoice); in LogNewChoice() 664 ChoicesList = delete_d(ChoicesList, NewChoice, is_same_node); in LogNewChoice() 667 NewChoice = NewViableChoice (WordChoice, AdjustFactor, Certainties); in LogNewChoice() 670 ChoicesList = s_adjoin (ChoicesList, NewChoice, CmpChoiceRatings); in LogNewChoice() 672 raw_choice ? PrintViableChoice (stderr, "New Raw Choice: ", NewChoice) : in LogNewChoice() 673 PrintViableChoice (stderr, "New Word Choice: ", NewChoice); in LogNewChoice() [all …]
|