Home
last modified time | relevance | path

Searched refs:output_phone_len (Results 1 – 3 of 3) sorted by relevance

/external/srec/seti/sltsEngine/include/
DSWIslts.h68 int *output_phone_len,
90 int *output_phone_len,
DCSWIslts.h43 int *output_phone_len,
/external/srec/seti/sltsEngine/src/
DSWIslts.c188 int *output_phone_len, in SWIsltsTextToPhone() argument
236 *output_phone_len = 0; in SWIsltsTextToPhone()
241 *output_phone_len = max_phone_len; in SWIsltsTextToPhone()
242 nRes = run_lts(pEng->m_hLts, pEng->m_hDict, new_text, output_phone_string, output_phone_len); in SWIsltsTextToPhone()