Searched refs:num_in_word (Results 1 - 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c1678 int num_in_word; local
1698 num_in_word = 0;
1710 if (num_in_word>0 ) {
1717 word[num_in_word] = '\0';
1725 nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out);
1733 num_in_word = 0;
1743 if (num_in_word > 0) {
1750 word[num_in_word] = '\0';
1753 nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out);
1758 num_in_word
[all...]

Completed in 67 milliseconds