Searched refs:num_in_word (Results 1 – 1 of 1) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 1678 int num_in_word; in run_lts() local 1698 num_in_word = 0; in run_lts() 1710 if (num_in_word>0 ) { in run_lts() 1717 word[num_in_word] = '\0'; in run_lts() 1725 … nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out); in run_lts() 1733 num_in_word = 0; in run_lts() 1743 if (num_in_word > 0) { in run_lts() 1750 word[num_in_word] = '\0'; in run_lts() 1753 … nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out); in run_lts() 1758 num_in_word = 0; in run_lts() [all …]
|