Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c309 size_t get_num_prons( const LCHAR* word_prons, const LCHAR** word_pron_ptr, int max_num_prons) in get_num_prons() argument
313 word_pron_ptr[ num_prons++] = word_prons; in get_num_prons()
329 LCHAR* word_pron_ptr[MAX_NUM_PRONS]; in append_to_each_with_joiner() local
334 size_t nword_prons = get_num_prons( word_prons, (const LCHAR**)word_pron_ptr, MAX_NUM_PRONS); in append_to_each_with_joiner()
371 for(src=word_pron_ptr[j]; *src && dst<max_dst; ) *dst++=*src++; in append_to_each_with_joiner()