Searched refs:SR_VocabularyGetPronunciation (Results 1 – 6 of 6) sorted by relevance
/external/srec/srec/Vocabulary/include/ |
D | SR_Vocabulary.h | 154 SREC_VOCABULARY_API ESR_ReturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* …
|
/external/srec/tools/dictTest/ |
D | dictTest.c | 47 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in doGetProns()
|
/external/srec/tools/grxmlcompile/ |
D | vocab.cpp | 90 rc = SR_VocabularyGetPronunciation( p_SRVocab, c_phrase, prons, &len ); in lookup()
|
D | grxmlcompile.cpp | 706 rc = SR_VocabularyGetPronunciation(vocab, phrase, prons, &len); in make_openfst_graphs()
|
/external/srec/srec/Vocabulary/src/ |
D | Vocabulary.c | 95 ESR_ReturnCode SR_VocabularyGetPronunciation(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme… in SR_VocabularyGetPronunciation() function
|
/external/srec/srec_jni/ |
D | android_speech_srec_Recognizer.cpp | 459 …ESR_ReturnCode esr_status = SR_VocabularyGetPronunciation((SR_Vocabulary*)vocabulary, wo, rtn, &rt… in Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation()
|