Searched refs:phone_string (Results 1 – 1 of 1) sorted by relevance
/external/srec/seti/sltsEngine/src/ |
D | SWIslts.c | 275 char * phone_string[MAX_PRON_LEN]; in SWIsltsG2PGetWordTranscriptions() local 285 phone_string[i] = PHONE_STRING[i]; in SWIsltsG2PGetWordTranscriptions() 288 nRes = SWIsltsTextToPhone(hLts, text, phone_string, &num_phones, MAX_PRON_LEN); in SWIsltsG2PGetWordTranscriptions() 296 pfprintf(PSTDOUT,"%s ", phone_string[i]); in SWIsltsG2PGetWordTranscriptions() 323 …nRes = GetPhoneStr(pEng, phone_string, num_phones, (char *)pTranscription->pBuffer, &(pTranscripti… in SWIsltsG2PGetWordTranscriptions()
|