Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c333 …size_t nphrase_prons = get_num_prons( phrase_prons, (const LCHAR**)phrase_pron_ptr, MAX_NUM_PRONS); in append_to_each_with_joiner() local
339 else if(nphrase_prons == 0) { in append_to_each_with_joiner()
350 else if(nphrase_prons == 1 && nword_prons == 1) { in append_to_each_with_joiner()
363 for(i=0;i<nphrase_prons; i++) in append_to_each_with_joiner()
366 for(i=0;i<nphrase_prons; i++) { 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()