Searched refs:MAX_PRON_LEN (Results 1 – 3 of 3) sorted by relevance
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 29 #define MAX_PRON_LEN 256 macro 414 LCHAR copy_of_phrase[MAX_PRON_LEN]; in SR_VocabularyGetPronunciationImpl() 431 LCHAR infpron[MAX_PRON_LEN]; in SR_VocabularyGetPronunciationImpl() 442 if( LSTRLEN(phrase) >= MAX_PRON_LEN) in SR_VocabularyGetPronunciationImpl() 452 if( CA_GetEntryInDictionary(impl->vocabulary, phrase, pronunciation, (int*)&len, MAX_PRON_LEN)) { in SR_VocabularyGetPronunciationImpl() 464 text_length = MAX_PRON_LEN; in SR_VocabularyGetPronunciationImpl() 495 if(CA_GetEntryInDictionary(impl->vocabulary, curr, p_infpron, (int*)&len, MAX_PRON_LEN)) in SR_VocabularyGetPronunciationImpl() 498 … append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl() 512 … if( CA_GetEntryInDictionary(impl->vocabulary, curr, p_infpron, (int*)&len, MAX_PRON_LEN)) { in SR_VocabularyGetPronunciationImpl() 531 … append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl() [all …]
|
/external/srec/seti/sltsEngine/src/ |
D | SWIslts.c | 70 #define MAX_PRON_LEN 255 macro 274 char PHONE_STRING[MAX_PRON_LEN][MAX_PHONE_LEN]; in SWIsltsG2PGetWordTranscriptions() 275 char * phone_string[MAX_PRON_LEN]; in SWIsltsG2PGetWordTranscriptions() 284 for( i = 0; i < MAX_PRON_LEN; i++ ) { in SWIsltsG2PGetWordTranscriptions() 288 nRes = SWIsltsTextToPhone(hLts, text, phone_string, &num_phones, MAX_PRON_LEN); in SWIsltsG2PGetWordTranscriptions()
|
/external/srec/srec/crec/ |
D | srec_context.c | 55 #define MAX_PRON_LEN 1024 macro 1193 modelID model_sequence[MAX_PRON_LEN]; in FST_AddWordToGrammar() 1194 char phoneme_sequence[MAX_PRON_LEN]; in FST_AddWordToGrammar() 1294 if (pron_len >= MAX_PRON_LEN) in FST_AddWordToGrammar() 1370 if (pron_len >= MAX_PRON_LEN) in FST_AddWordToGrammar()
|