Searched refs:nNbrOfTranscriptions (Results 1 – 2 of 2) sorted by relevance
280 int nNbrOfTranscriptions = 0; in SWIsltsG2PGetWordTranscriptions() local302 nNbrOfTranscriptions = 1; in SWIsltsG2PGetWordTranscriptions()303 …pBlock = (LCHAR *)CALLOC(sizeof(int) + nNbrOfTranscriptions * sizeof(SWIsltsTranscription), sizeof… in SWIsltsG2PGetWordTranscriptions()313 *pnNbrOfTranscriptions = *pnNbrOfTranscriptionsToSave = nNbrOfTranscriptions; in SWIsltsG2PGetWordTranscriptions()336 for( i = 0; i < nNbrOfTranscriptions; i++ ) { in SWIsltsG2PGetWordTranscriptions()351 int nNbrOfTranscriptions; in SWIsltsG2PFreeWordTranscriptions() local360 nNbrOfTranscriptions = (int)*pBuffer; in SWIsltsG2PFreeWordTranscriptions()362 for( i = 0; i < nNbrOfTranscriptions; i++ ) { in SWIsltsG2PFreeWordTranscriptions()
428 int nNbrOfTranscriptions = 0; in SR_VocabularyGetPronunciationImpl() local522 … res = SWIsltsG2PGetWordTranscriptions(impl->hSlts, curr, &pTranscriptions, &nNbrOfTranscriptions); in SR_VocabularyGetPronunciationImpl()