Home
last modified time | relevance | path

Searched refs:m_hLts (Results 1 – 2 of 2) sorted by relevance

/external/srec/seti/sltsEngine/src/
DSWIslts.c143 nRes = create_lts((char *)data_filename, &pEng->m_hLts); in SWIsltsOpen()
170 if (pEng->m_hLts) { in SWIsltsClose()
171 free_lts(pEng->m_hLts); in SWIsltsClose()
173 pEng->m_hLts = NULL; in SWIsltsClose()
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/
Dlts.h73 LTS_HANDLE m_hLts; member