OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getPronunciation
(Results
1 - 6
of
6
) 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));
/external/zxing/core/
core.jar
Completed in 573 milliseconds