Home
last modified time | relevance | path

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

/external/srec/srec/Vocabulary/include/
DSR_Vocabulary.h60 …ESR_ReturnCode(*getPronunciation)(struct SR_Vocabulary_t* self, const LCHAR* word, LCHAR* pronunci… member
/external/srec/tools/dictTest/
DdictTest.c93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len); in doInputTestPhonemes()
/external/srec/srec/Vocabulary/src/
DVocabulary.c102 return self->getPronunciation(self, word, phoneme, len); in SR_VocabularyGetPronunciation()
DVocabularyImpl.c163 impl->Interface.getPronunciation = &SR_VocabularyGetPronunciationImpl; in SR_VocabularyCreateImpl()
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c219 CHKLOG(rc, vocab->getPronunciation(vocab, word, buffer, &len)); in SR_Grammar_AddWordToSlot()