Home
last modified time | relevance | path

Searched refs:word_type (Results 1 – 2 of 2) sorted by relevance

/external/tesseract/ccmain/
Dcontrol.cpp1339 ACCEPTABLE_WERD_TYPE word_type = AC_UNACCEPTABLE; in acceptable_word_string() local
1342 return word_type; in acceptable_word_string()
1357 word_type = AC_UPPER_CASE; in acceptable_word_string()
1391 word_type = AC_INITIAL_CAP; in acceptable_word_string()
1393 word_type = AC_LOWER_CASE; in acceptable_word_string()
1406 word_type = AC_UNACCEPTABLE; in acceptable_word_string()
1410 if (word_type == AC_UNACCEPTABLE) { in acceptable_word_string()
1415 word_type = AC_UC_ABBREV; in acceptable_word_string()
1424 word_type = AC_LC_ABBREV; in acceptable_word_string()
1433 word_type = AC_UNACCEPTABLE; in acceptable_word_string()
[all …]
Dreject.cpp648 ACCEPTABLE_WERD_TYPE word_type; in one_ell_conflict() local
790 word_type = acceptable_word_string (word, lengths); in one_ell_conflict()
791 if ((word_type == AC_LOWER_CASE) || (word_type == AC_INITIAL_CAP)) { in one_ell_conflict()
803 else if (word_type == AC_UPPER_CASE) { in one_ell_conflict()