OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_VocabularyGetPronunciation
(Results
1 - 7
of
7
) sorted by null
/external/srec/srec/Vocabulary/include/
SR_Vocabulary.h
154
SREC_VOCABULARY_API ESR_ReturnCode
SR_VocabularyGetPronunciation
(SR_Vocabulary* self, const LCHAR* word, LCHAR* pronunciation, size_t* len);
/external/srec/tools/dictTest/
dictTest.c
47
rc =
SR_VocabularyGetPronunciation
(vocab, phrase, prons, &len);
/external/srec/tools/grxmlcompile/
vocab.cpp
90
rc =
SR_VocabularyGetPronunciation
( p_SRVocab, c_phrase, prons, &len );
grxmlcompile.cpp
706
rc =
SR_VocabularyGetPronunciation
(vocab, phrase, prons, &len);
708
LPRINTF( "ERROR:
SR_VocabularyGetPronunciation
(*,%s,*,*) returned %s\n", phrase, ESR_rc2str(rc));
[
all
...]
/frameworks/base/core/java/android/speech/srec/
Recognizer.java
705
private static native String
SR_VocabularyGetPronunciation
(int vocabulary, String word);
/external/srec/srec/Vocabulary/src/
Vocabulary.c
95
ESR_ReturnCode
SR_VocabularyGetPronunciation
(SR_Vocabulary* self, const LCHAR* word, LCHAR* phoneme, size_t* len)
/external/srec/srec_jni/
android_speech_srec_Recognizer.cpp
459
ESR_ReturnCode esr_status =
SR_VocabularyGetPronunciation
((SR_Vocabulary*)vocabulary, wo, rtn, &rtnLength);
600
{"
SR_VocabularyGetPronunciation
", "(ILjava/lang/String;)Ljava/lang/String;", (void*)Java_android_speech_srec_Recognizer_SR_1VocabularyGetPronunciation},
Completed in 990 milliseconds