Home
last modified time | relevance | path

Searched refs:get_islower (Results 1 – 7 of 7) sorted by relevance

/external/tesseract/ccutil/
Dunicharset.h297 bool get_islower(UNICHAR_ID unichar_id) const { in get_islower() function
357 bool get_islower(const char* const unichar_repr) const { in get_islower() function
358 return get_islower(unichar_to_id(unichar_repr)); in get_islower()
402 bool get_islower(const char* const unichar_repr, in get_islower() function
404 return get_islower(unichar_to_id(unichar_repr, length)); in get_islower()
Dunicharset.cpp160 if (get_islower(id)) in debug_str()
242 if (this->get_islower(id)) in save_to_file()
/external/tesseract/dict/
Dpermute.cpp475 case 'a': found = unicharset.get_islower(unichar_id); break; in find_choice_by_type()
479 !unicharset.get_islower(unichar_id) && in find_choice_by_type()
932 (getUnicharset().get_islower(unichar_id) || in permute_top_choice()
1043 !getUnicharset().get_islower (next_char, next_char_length)) && in choose_il1()
1049 !getUnicharset().get_islower (prev_char, prev_char_length)) && in choose_il1()
1066 !getUnicharset().get_islower (prev_char, prev_char_length)) && in choose_il1()
1068 !getUnicharset().get_islower (next_char, next_char_length)) || in choose_il1()
Dcontext.cpp114 else if (unicharset.get_islower(ch_id)) in case_ok()
/external/tesseract/ccmain/
Dcontrol.cpp1361 unicharset.get_islower (s + offset, lengths[i])) { in acceptable_word_string()
1375 unicharset.get_islower(s + offset, lengths[i])) { in acceptable_word_string()
1423 else if (s[0] != '\0' && unicharset.get_islower (s, lengths[0])) { in acceptable_word_string()
1426 unicharset.get_islower(s + offset, lengths[i]) && in acceptable_word_string()
Ddocqual.cpp1114 else if (unicharset.get_islower (str, *lengths)) { in garbage_word()
/external/tesseract/classify/
Dadaptmatch.cpp486 unicharset.get_islower (BestChoice_string + *BestChoice_lengths, in AdaptToWord()