Searched refs:append_to_each_with_joiner (Results 1 – 1 of 1) sorted by relevance
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 327 int append_to_each_with_joiner( LCHAR* phrase_prons, const LCHAR* word_prons, const LCHAR joiner, s… in append_to_each_with_joiner() function 498 … append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl() 531 … append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl() 532 append_to_each_with_joiner( pronunciation, lastPhoneme, L('\0'), MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl() 536 … append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl()
|