Home
last modified time | relevance | path

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

/dports/graphics/tesseract/tesseract-5.0.0/src/ccmain/
H A Dosdetect.cpp376 BLOB_CHOICE_IT choice_it(scores + i); in detect_blob() local
377 if (!choice_it.empty()) { in detect_blob()
381 for (choice_it.mark_cycle_pt(); !choice_it.cycled_list() && choice == nullptr; in detect_blob()
382 choice_it.forward()) { in detect_blob()
383 int choice_script = choice_it.data()->script_id(); in detect_blob()
387 choice = choice_it.data(); in detect_blob()
393 choice = choice_it.data(); in detect_blob()
465 BLOB_CHOICE_IT choice_it; in detect_blob() local
466 choice_it.set_to_list(scores + i); in detect_blob()
475 for (choice_it.mark_cycle_pt(); !choice_it.cycled_list(); choice_it.forward()) { in detect_blob()
[all …]
H A Dapplybox.cpp624 BLOB_CHOICE_IT choice_it(choices[choices_pos][length - 1]); in SearchForText() local
625 for (choice_it.mark_cycle_pt(); !choice_it.cycled_list(); choice_it.forward()) { in SearchForText()
626 const BLOB_CHOICE *choice = choice_it.data(); in SearchForText()
648 if (choice_it.cycled_list()) { in SearchForText()
667 choice_it.data()->unichar_id() == target_text[text_index] ? "Match" : "Ambig", in SearchForText()
H A Dcontrol.cpp1646 BLOB_CHOICE_IT choice_it(word_res->GetBlobChoices(i)); in classify_word_pass1() local
1647 choice_it.add_before_stay_put(new BLOB_CHOICE(*blob_choice)); in classify_word_pass1()
2081 WERD_CHOICE_IT choice_it(&word->best_choices); in classify_word_pass1() local
2082 for (choice_it.mark_cycle_pt(); !choice_it.cycled_list(); choice_it.forward()) { in classify_word_pass1()
2083 WERD_CHOICE *alternate = choice_it.data(); in classify_word_pass1()
H A Dequationdetect.cpp179 BLOB_CHOICE_IT choice_it(&ratings_lang); in IdentifySpecialText() local
180 lang_choice = choice_it.data(); in IdentifySpecialText()
183 BLOB_CHOICE_IT choice_it(&ratings_equ); in IdentifySpecialText() local
184 equ_choice = choice_it.data(); in IdentifySpecialText()
/dports/graphics/tesseract/tesseract-5.0.0/src/ccstruct/
H A Dratngs.cpp179 BLOB_CHOICE_IT choice_it(bc_list); in FindMatchingChoice() local
180 for (choice_it.mark_cycle_pt(); !choice_it.cycled_list(); choice_it.forward()) { in FindMatchingChoice()
181 BLOB_CHOICE *choice = choice_it.data(); in FindMatchingChoice()
H A Dpageres.cpp917 BLOB_CHOICE_IT choice_it(choice_list); in FakeClassifyWord() local
918 choice_it.add_after_then_move(choices[c]); in FakeClassifyWord()
/dports/games/wesnoth/wesnoth-1.14.17/src/ai/default/
H A Dca.cpp189 std::vector<attack_analysis>::const_iterator choice_it = analysis.end(); in evaluate() local
201 choice_it = it; in evaluate()
214 best_analysis_ = *choice_it; in evaluate()
/dports/editors/gnome-latex/gnome-latex-3.38.0/src/
H A Dcompletion.c1144 gint choice_it = 0; in completion_provider_get_argument_proposals() local
1150 for (choice_it = 0; choice_it < choice_collection_length1; choice_it = choice_it + 1) { in completion_provider_get_argument_proposals()
1156 _tmp24_ = choice_collection[choice_it]; in completion_provider_get_argument_proposals()