HomeSort by relevance Sort by last modified time
    Searched refs:getPronunciation (Results 1 - 5 of 5) sorted by null

  /external/srec/srec/Vocabulary/include/
SR_Vocabulary.h 60 ESR_ReturnCode(*getPronunciation)(struct SR_Vocabulary_t* self, const LCHAR* word, LCHAR* pronunciation, size_t* len);
  /external/srec/tools/dictTest/
dictTest.c 48 // rc = vocab->getPronunciation(vocab, phrase, prons, &len);
93 rc = vocab->getPronunciation(vocab, phrase, phoneme, &len);
  /external/srec/srec/Vocabulary/src/
Vocabulary.c 102 return self->getPronunciation(self, word, phoneme, len);
VocabularyImpl.c 163 impl->Interface.getPronunciation = &SR_VocabularyGetPronunciationImpl;
  /external/srec/srec/Grammar/src/
SR_GrammarImpl.c 219 CHKLOG(rc, vocab->getPronunciation(vocab, word, buffer, &len));

Completed in 193 milliseconds