OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:phone_string
(Results
1 - 2
of
2
) sorted by null
/external/srec/seti/sltsEngine/src/
SWIslts.c
274
char
PHONE_STRING
[MAX_PRON_LEN][MAX_PHONE_LEN];
275
char *
phone_string
[MAX_PRON_LEN];
local
285
phone_string
[i] =
PHONE_STRING
[i];
288
nRes = SWIsltsTextToPhone(hLts, text,
phone_string
, &num_phones, MAX_PRON_LEN);
296
pfprintf(PSTDOUT,"%s ",
phone_string
[i]);
323
nRes = GetPhoneStr(pEng,
phone_string
, num_phones, (char *)pTranscription->pBuffer, &(pTranscription->nSizeOfBuffer));
/external/srec/seti/sltsEngine/include/
lts.h
51
Fills up phones in
phone_string
. This needs to be allocated by calling
Completed in 66 milliseconds