HomeSort by relevance Sort by last modified time
    Searched defs:num_phones (Results 1 - 3 of 3) sorted by null

  /external/srec/seti/sltsEngine/src/
SWIslts.c 73 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPhoneStr, size_t *len);
278 int num_phones = 0; local
288 nRes = SWIsltsTextToPhone(hLts, text, phone_string, &num_phones, MAX_PRON_LEN);
294 pfprintf(PSTDOUT,"number of phones: %d\n ", num_phones);
295 for( i = 0; i < num_phones; i++ ) {
316 pTranscription->pBuffer = MALLOC(MAX_PHONE_LEN * (num_phones + 1+1), MTAG);
323 nRes = GetPhoneStr(pEng, phone_string, num_phones, (char *)pTranscription->pBuffer, &(pTranscription->nSizeOfBuffer));
372 static SWIsltsResult GetPhoneStr(SLTS_Engine *pEng, char *apszPhones[], int num_phones, char *pszPhoneStr, size_t *len)
381 for( i = 0; i < num_phones; i++ ) {
  /external/srec/srec/include/
hmm_desc.h 64 int num_phones; member in struct:__anon11147
  /external/srec/seti/sltsEngine/include/
lts_seq_internal.h 121 int num_phones; member in struct:PM

Completed in 38 milliseconds