OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_VocabularyGetPronunciationImpl
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Vocabulary/include/
SR_VocabularyImpl.h
95
ESR_ReturnCode
SR_VocabularyGetPronunciationImpl
(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len);
/external/srec/srec/Vocabulary/src/
VocabularyImpl.c
163
impl->Interface.getPronunciation = &
SR_VocabularyGetPronunciationImpl
;
410
ESR_ReturnCode
SR_VocabularyGetPronunciationImpl
(SR_Vocabulary* self, const LCHAR* phrase, LCHAR* pronunciation, size_t* pronunciation_len)
Completed in 29 milliseconds