Searched refs:get_islower (Results 1 – 7 of 7) sorted by relevance
/external/tesseract/ccutil/ |
D | unicharset.h | 297 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()
|
D | unicharset.cpp | 160 if (get_islower(id)) in debug_str() 242 if (this->get_islower(id)) in save_to_file()
|
/external/tesseract/dict/ |
D | permute.cpp | 475 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()
|
D | context.cpp | 114 else if (unicharset.get_islower(ch_id)) in case_ok()
|
/external/tesseract/ccmain/ |
D | control.cpp | 1361 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()
|
D | docqual.cpp | 1114 else if (unicharset.get_islower (str, *lengths)) { in garbage_word()
|
/external/tesseract/classify/ |
D | adaptmatch.cpp | 486 unicharset.get_islower (BestChoice_string + *BestChoice_lengths, in AdaptToWord()
|