Searched refs:lts_for_word (Results 1 – 1 of 1) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 93 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_… 1531 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_… in lts_for_word() function 1725 … nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out); in run_lts() 1753 … nRes = lts_for_word(lts, word, num_in_word, output_phone_string, max_phone_length, &num_out); in run_lts()
|