Searched refs:m_hLts (Results 1 – 2 of 2) sorted by relevance
143 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()
73 LTS_HANDLE m_hLts; member