Searched defs:lts (Results 1 - 1 of 1) sorted by relevance

/external/srec/seti/sltsEngine/src/
H A Drun_seq_lts.c38 #include "lts.h"
77 static SWIsltsResult load_allowable_cons_comb(LTS *lts, PORT_FILE *fp);
78 static SWIsltsResult free_allowable_cons_comb(LTS *lts);
79 static SWIsltsResult load_question_strings(LTS* lts, PORT_FILE* fp);
80 static SWIsltsResult free_question_strings(LTS* lts);
83 int find_best_string(const char *str, LTS* lts);
84 int find_best_prefix_string(const char *str, LTS* lts);
85 int fill_up_dp_for_letter(LTS *lts, const char *input_word, int word_len, int index, int root_start, int root_end, int left_phone);
89 int find_output_for_dp(LTS *lts, int *pbackoff_output);
91 int is_allowable_cons_comb(LTS *lts, cons
653 load_allowable_cons_comb(LTS *lts, PORT_FILE *fp) argument
740 free_allowable_cons_comb(LTS *lts) argument
757 load_question_strings(LTS* lts, PORT_FILE* fp) argument
807 free_question_strings(LTS* lts) argument
831 LTS * lts; local
910 LTS * lts = (LTS *)hlts; local
949 find_best_string(const char *str, LTS* lts) argument
974 find_best_prefix_string(const char *str, LTS* lts) argument
1001 fill_up_dp_for_letter(LTS *lts, const char *input_word, int word_len, int index, int root_start, int root_end, int left_phone) argument
1308 find_output_for_dp(LTS *lts, int *pbackoff_output) argument
1371 is_allowable_cons_comb(LTS *lts, const char *cons_string) argument
1395 adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_length) argument
1531 lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_phone_length, int *pnum_out) argument
1675 LTS * lts; local
[all...]

Completed in 115 milliseconds