Searched refs:dump_words (Results 1 – 2 of 2) sorted by relevance
/external/tesseract/ccmain/ |
D | fixspace.cpp | 173 dump_words (best_perm, best_score, 1, improved); in fix_fuzzy_space_list() 181 dump_words (current_perm, current_score, 2, improved); in fix_fuzzy_space_list() 191 dump_words (best_perm, best_score, 3, improved); in fix_fuzzy_space_list() 482 void dump_words(WERD_RES_LIST &perm, inT16 score, inT16 mode, BOOL8 improved) { in dump_words() function 700 dump_words (best_perm, best_score, 1, improved); in fix_noisy_space_list() 718 dump_words (current_perm, current_score, 2, improved); in fix_noisy_space_list() 728 dump_words (best_perm, best_score, 3, improved); in fix_noisy_space_list()
|
D | fixspace.h | 51 void dump_words(WERD_RES_LIST &perm, inT16 score, inT16 mode, BOOL8 improved);
|