HomeSort by relevance Sort by last modified time
    Searched refs:m_hLts (Results 1 - 2 of 2) sorted by null

  /external/srec/seti/sltsEngine/include/
lts.h 73 LTS_HANDLE m_hLts;
  /external/srec/seti/sltsEngine/src/
SWIslts.c 143 nRes = create_lts((char *)data_filename, &pEng->m_hLts);
170 if (pEng->m_hLts) {
171 free_lts(pEng->m_hLts);
173 pEng->m_hLts = NULL;
242 nRes = run_lts(pEng->m_hLts, pEng->m_hDict, new_text, output_phone_string, output_phone_len);

Completed in 96 milliseconds