Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c39 #define MAX_NUM_PRONS 4 macro
329 LCHAR* word_pron_ptr[MAX_NUM_PRONS]; in append_to_each_with_joiner()
330 LCHAR* phrase_pron_ptr[MAX_NUM_PRONS]; in append_to_each_with_joiner()
333 …size_t nphrase_prons = get_num_prons( phrase_prons, (const LCHAR**)phrase_pron_ptr, MAX_NUM_PRONS); in append_to_each_with_joiner()
334 size_t nword_prons = get_num_prons( word_prons, (const LCHAR**)word_pron_ptr, MAX_NUM_PRONS); in append_to_each_with_joiner()
361 LCHAR *phrase_pron_dups[MAX_NUM_PRONS]; in append_to_each_with_joiner()