#include <stdlib.h>
#include <stdio.h>
#include "ut_text.h"
#include "ut_charset.h"
#include "utrac.h"
#include "debug.h"
Include dependency graph for ut_recognition2.c:
Go to the source code of this file.
Functions | |
char | ut_get_pre_char (char **scan_pre, UtText *text) |
Move the scan_pre pointer to the previous character and return it. | |
char | ut_get_post_char (char **scan_post, UtText *text, char *scan_end) |
Move the scan_post pointer to the next character and return it. | |
UtCode | ut_xascii_pass (UtText *text) |
Rate each charset relatively yo the text and register lines with extended characters. |
Definition in file ut_recognition2.c.
|
Rate each charset relatively yo the text and register lines with extended characters.
Definition at line 82 of file ut_recognition2.c. References UtCharType::categorie, UtCharset::char_type, UtSession::charset, UtText::charset, UtCharsetEval::checksum, UtText::data, UtText::distribution, UtText::evaluation, UtText::ext_char, UtText::flags, UtExtCharLine::line_i, UtExtCharLine::line_p, UtCharset::name, UtSession::nb_charsets, UtExtCharLine::nb_ext_chars, UtExtCharLine::next, UtSession::progress_function, UtCharsetEval::rating, UtCharType::script, UtText::size, UtCharset::type, UtCharset::unicode, ut_crc32(), ut_get_post_char(), ut_get_pre_char(), UT_PROCESS_STEP, ut_update_progress(), ut_xascii_pass(), UtCateg, and UtScript. Referenced by ut_recognize(), and ut_xascii_pass(). |
Here is the call graph for this function: