Searched refs:get_rep_char (Results 1 – 2 of 2) sorted by relevance
377 repetition_code += unicharset.id_to_unichar(get_rep_char (word)); in write_results()378 wordstr_lengths += strlen(unicharset.id_to_unichar(get_rep_char (word))); in write_results()476 strcpy(word_string + index, unicharset.id_to_unichar(get_rep_char (word)));477 index += strlen(unicharset.id_to_unichar(get_rep_char (word)));945 UNICHAR_ID Tesseract::get_rep_char(WERD_RES *word) { // what char is repeated? in get_rep_char() function in tesseract::Tesseract960 char rep_char = get_rep_char (word); in ensure_rep_chars_are_consistent()971 UNICHAR_ID rep_char = get_rep_char (word); //TODO(tkielbus) Reactivate in ensure_rep_chars_are_consistent()
178 UNICHAR_ID get_rep_char(WERD_RES *word); // what char is repeated?