Home
last modified time | relevance | path

Searched refs:phrase_pron_dups (Results 1 – 1 of 1) sorted by relevance

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c361 LCHAR *phrase_pron_dups[MAX_NUM_PRONS]; in append_to_each_with_joiner() local
364 phrase_pron_dups[i] = LSTRDUP( phrase_pron_ptr[i]); in append_to_each_with_joiner()
368 for(src=phrase_pron_dups[i]; *src && dst<max_dst; ) *dst++=*src++; in append_to_each_with_joiner()
378 for(i=0; i<nphrase_prons; i++) LSTRFREE( phrase_pron_dups[i]); in append_to_each_with_joiner()