Searched refs:MAX_PRON_LEN (Results 1 - 3 of 3) sorted by relevance

/external/srec/seti/sltsEngine/src/
H A DSWIslts.c70 #define MAX_PRON_LEN 255 macro
274 char PHONE_STRING[MAX_PRON_LEN][MAX_PHONE_LEN];
275 char * phone_string[MAX_PRON_LEN];
284 for( i = 0; i < MAX_PRON_LEN; i++ ) {
288 nRes = SWIsltsTextToPhone(hLts, text, phone_string, &num_phones, MAX_PRON_LEN);
/external/srec/srec/Vocabulary/src/
H A DVocabularyImpl.c29 #define MAX_PRON_LEN 256 macro
414 LCHAR copy_of_phrase[MAX_PRON_LEN];
431 LCHAR infpron[MAX_PRON_LEN];
442 if( LSTRLEN(phrase) >= MAX_PRON_LEN)
452 if( CA_GetEntryInDictionary(impl->vocabulary, phrase, pronunciation, (int*)&len, MAX_PRON_LEN)) {
464 text_length = MAX_PRON_LEN;
495 if(CA_GetEntryInDictionary(impl->vocabulary, curr, p_infpron, (int*)&len, MAX_PRON_LEN))
498 append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len);
512 if( CA_GetEntryInDictionary(impl->vocabulary, curr, p_infpron, (int*)&len, MAX_PRON_LEN)) {
531 append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN,
[all...]
/external/srec/srec/crec/
H A Dsrec_context.c56 #define MAX_PRON_LEN 1024 macro
1194 modelID model_sequence[MAX_PRON_LEN];
1195 char phoneme_sequence[MAX_PRON_LEN];
1295 if (pron_len >= MAX_PRON_LEN)
1371 if (pron_len >= MAX_PRON_LEN)

Completed in 113 milliseconds