Home
last modified time | relevance | path

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

/external/tesseract/wordrec/
Dbestfirst.cpp413 const char *word_lengths_ptr = NULL; in rebuild_current_state() local
418 word_lengths_ptr = best_choice.unichar_lengths().string(); in rebuild_current_state()
419 word_lengths_ptr += (strlen(word_lengths_ptr)-1); in rebuild_current_state()
423 word_ptr += (strlen(word_ptr)-*word_lengths_ptr); in rebuild_current_state()
458 strncpy(unichar, word_ptr, *word_lengths_ptr); in rebuild_current_state()
459 unichar[*word_lengths_ptr] = '\0'; in rebuild_current_state()
526 if (word_lengths_ptr != NULL && word_ptr != NULL) { in rebuild_current_state()
527 word_lengths_ptr--; in rebuild_current_state()
528 word_ptr -= (*word_lengths_ptr); in rebuild_current_state()