Searched refs:get_num_prons (Results 1 – 1 of 1) sorted by relevance
309 size_t get_num_prons( const LCHAR* word_prons, const LCHAR** word_pron_ptr, int max_num_prons) in get_num_prons() function333 …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()