Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/src/
DVocabularyImpl.c66 impl->hSlts = NULL; in SR_CreateG2P()
87 res = SWIsltsOpen(&(impl->hSlts), szG2PDataFile); in SR_CreateG2P()
117 if ( bG2P == ESR_FALSE || impl->hSlts == NULL) in SR_DestroyG2P()
122 res = SWIsltsClose(impl->hSlts); in SR_DestroyG2P()
169 impl->hSlts = NULL; in SR_VocabularyCreateImpl()
248 impl->hSlts = NULL; in SR_VocabularyLoadImpl()
520 if (impl->hSlts) in SR_VocabularyGetPronunciationImpl()
522 … res = SWIsltsG2PGetWordTranscriptions(impl->hSlts, curr, &pTranscriptions, &nNbrOfTranscriptions); in SR_VocabularyGetPronunciationImpl()
543 res = SWIsltsG2PFreeWordTranscriptions(impl->hSlts, pTranscriptions); in SR_VocabularyGetPronunciationImpl()
/external/srec/srec/Vocabulary/include/
DSR_VocabularyImpl.h62 SWIsltsHand hSlts; member