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

/external/srec/seti/sltsEngine/src/
H A DSWIslts.c162 SWISLTS_FNEXPORT SWIsltsResult SWIsltsClose(SWIsltsHand hLts) argument
164 SLTS_Engine *pEng = (SLTS_Engine *)hLts;
185 SWISLTS_FNEXPORT SWIsltsResult SWIsltsTextToPhone(SWIsltsHand hLts, argument
200 if (hLts == NULL) {
214 pEng = (SLTS_Engine *)hLts;
268 SWISLTS_FNEXPORT SWIsltsResult SWIsltsG2PGetWordTranscriptions(SWIsltsHand hLts, argument
276 SLTS_Engine * pEng = (SLTS_Engine *)hLts;
288 nRes = SWIsltsTextToPhone(hLts, text, phone_string, &num_phones, MAX_PRON_LEN);
347 SWISLTS_FNEXPORT SWIsltsResult SWIsltsG2PFreeWordTranscriptions(SWIsltsHand hLts, argument

Completed in 39 milliseconds