Searched refs:output_phone_string (Results 1 – 5 of 5) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
D | run_seq_lts.c | 90 int add_output(char *output, char **output_phone_string, int out_len, int max_phone_length); 92 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_le… 93 SWIsltsResult lts_for_word(LTS *lts, char *word, int word_len, char **output_phone_string, int max_… 1344 int add_output(char *output, char **output_phone_string, int out_len, int max_phone_length) in add_output() argument 1359 strcpy(output_phone_string[out_len++], LTS_MARKER_SYLL_START); in add_output() 1362 strncpy(output_phone_string[out_len], tok, toklen); in add_output() 1363 output_phone_string[out_len++][toklen] = '\0'; in add_output() 1395 void adjust_syllable_boundaries(LTS *lts, char **output_phone_string, int num_out, int max_phone_le… in adjust_syllable_boundaries() argument 1409 out = output_phone_string[i]; in adjust_syllable_boundaries() 1416 out = output_phone_string[j]; in adjust_syllable_boundaries() [all …]
|
D | SWIslts.c | 187 char *output_phone_string[], in SWIsltsTextToPhone() argument 210 if(output_phone_string[i] == NULL) in SWIsltsTextToPhone() 242 nRes = run_lts(pEng->m_hLts, pEng->m_hDict, new_text, output_phone_string, output_phone_len); in SWIsltsTextToPhone()
|
/external/srec/seti/sltsEngine/include/ |
D | SWIslts.h | 67 char **output_phone_string, 89 char **output_phone_string,
|
D | CSWIslts.h | 42 char **output_phone_string,
|
D | lts.h | 61 …(LTS_HANDLE h, FSM_DICT_HANDLE hdict, char *input_sentence, char **output_phone_string, int *phone…
|