Home | History | Annotate | Download | only in src

Lines Matching refs:SWIsltsResult

73 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPhoneStr, size_t *len);
75 SWISLTS_FNEXPORT SWIsltsResult SWIsltsGetWrapper(SWIsltsWrapper **ppLtsWrap)
95 SWISLTS_FNEXPORT SWIsltsResult SWIsltsReleaseWrapper(SWIsltsWrapper *pLtsWrap)
107 SWISLTS_FNEXPORT SWIsltsResult SWIsltsInit()
112 SWISLTS_FNEXPORT SWIsltsResult SWIsltsTerm()
118 SWISLTS_FNEXPORT SWIsltsResult SWIsltsOpen(SWIsltsHand *phLts,
122 SWIsltsResult nRes = SWIsltsSuccess;
162 SWISLTS_FNEXPORT SWIsltsResult SWIsltsClose(SWIsltsHand hLts)
185 SWISLTS_FNEXPORT SWIsltsResult SWIsltsTextToPhone(SWIsltsHand hLts,
192 SWIsltsResult nRes = SWIsltsSuccess;
268 SWISLTS_FNEXPORT SWIsltsResult SWIsltsG2PGetWordTranscriptions(SWIsltsHand hLts,
273 SWIsltsResult nRes = SWIsltsSuccess;
347 SWISLTS_FNEXPORT SWIsltsResult SWIsltsG2PFreeWordTranscriptions(SWIsltsHand hLts,
350 SWIsltsResult nRes = SWIsltsSuccess;
372 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPhoneStr, size_t *len)
376 SWIsltsResult nRes = SWIsltsSuccess;