Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c327 int append_to_each_with_joiner( LCHAR* phrase_prons, const LCHAR* word_prons, const LCHAR joiner, s… in append_to_each_with_joiner() argument
333 …size_t nphrase_prons = get_num_prons( phrase_prons, (const LCHAR**)phrase_pron_ptr, MAX_NUM_PRONS); in append_to_each_with_joiner()
335 max_dst = phrase_prons+max_len-3; in append_to_each_with_joiner()
340 for(src=word_prons,dst=phrase_prons; src && *src; ) { in append_to_each_with_joiner()
347 *len = dst-phrase_prons; in append_to_each_with_joiner()
351 for(dst=phrase_prons; *dst; ) dst++; in append_to_each_with_joiner()
356 *len = dst-phrase_prons; in append_to_each_with_joiner()
362 LCHAR *dst_good_end = phrase_prons+1; in append_to_each_with_joiner()
365 dst = phrase_prons; in append_to_each_with_joiner()