Searched refs:p_infpron (Results 1 – 1 of 1) sorted by relevance
/external/srec/srec/Vocabulary/src/ |
D | VocabularyImpl.c | 432 LCHAR* p_infpron; in SR_VocabularyGetPronunciationImpl() local 492 p_infpron = infpron; in SR_VocabularyGetPronunciationImpl() 495 if(CA_GetEntryInDictionary(impl->vocabulary, curr, p_infpron, (int*)&len, MAX_PRON_LEN)) in SR_VocabularyGetPronunciationImpl() 498 … append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl() 501 p_infpron[0] = 0; in SR_VocabularyGetPronunciationImpl() 512 … if( CA_GetEntryInDictionary(impl->vocabulary, curr, p_infpron, (int*)&len, MAX_PRON_LEN)) { in SR_VocabularyGetPronunciationImpl() 514 p_infpron[0] = 0; in SR_VocabularyGetPronunciationImpl() 527 if( impl->locale == ESR_LOCALE_EN_US && p_infpron[0] && squote!=L('\0')) { in SR_VocabularyGetPronunciationImpl() 531 … append_to_each_with_joiner( pronunciation, p_infpron, OPTSILENCE_CODE, MAX_PRON_LEN, &len); in SR_VocabularyGetPronunciationImpl() 535 p_infpron = pTranscriptions[0].pBuffer; in SR_VocabularyGetPronunciationImpl() [all …]
|