Searched refs:vocabulary (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/srec/
H A DRecognizer.java442 || ESR_SessionGetLCHAR ( L("cmdline.vocabulary"), filename, &flen )
443 || SR_VocabularyLoad ( filename, &applicationData.vocabulary )
444 || SR_VocabularyGetLanguage ( applicationData.vocabulary, &applicationData.locale )
452 || SR_GrammarSetupVocabulary ( applicationData.grammars [0].grammar, applicationData.vocabulary )
470 || SR_VocabularyDestroy ( applicationData.vocabulary )
471 || (applicationData.vocabulary = NULL)
668 private static native void SR_GrammarSetupVocabulary(int grammar, int vocabulary); argument
704 private static native void SR_VocabularyDestroy(int vocabulary); argument
705 private static native String SR_VocabularyGetPronunciation(int vocabulary, String word); argument

Completed in 24 milliseconds