HomeSort by relevance Sort by last modified time
    Searched full:phrase_pron_dups (Results 1 - 1 of 1) sorted by null

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

Completed in 48 milliseconds