Searched refs:getPronunciation (Results 1 – 5 of 5) sorted by relevance
/external/srec/srec/Vocabulary/include/ |
D | SR_Vocabulary.h | 60 …ESR_ReturnCode(*getPronunciation)(struct SR_Vocabulary_t* self, const LCHAR* word, LCHAR* pronunci… member
|
/external/srec/tools/dictTest/ |
D | dictTest.c | 93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len); in doInputTestPhonemes()
|
/external/srec/srec/Vocabulary/src/ |
D | Vocabulary.c | 102 return self->getPronunciation(self, word, phoneme, len); in SR_VocabularyGetPronunciation()
|
D | VocabularyImpl.c | 163 impl->Interface.getPronunciation = &SR_VocabularyGetPronunciationImpl; in SR_VocabularyCreateImpl()
|
/external/srec/srec/Grammar/src/ |
D | SR_GrammarImpl.c | 219 CHKLOG(rc, vocab->getPronunciation(vocab, word, buffer, &len)); in SR_Grammar_AddWordToSlot()
|