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

  /external/srec/seti/sltsEngine/src/
SWIslts.c 70 #define MAX_PRON_LEN 255
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/
VocabularyImpl.c 29 #define MAX_PRON_LEN 256
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, &len)
    [all...]
  /external/srec/srec/crec/
srec_context.c 55 #define MAX_PRON_LEN 1024
    [all...]

Completed in 40 milliseconds