Searched defs:mDictionary (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DDictAndKeyboard.java29 public final Dictionary mDictionary; field in class:DictAndKeyboard
35 mDictionary = dictionary;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
H A DPersonalizationDictionaryUpdateSession.java48 public WeakReference<PersonalizationDictionary> mDictionary; field in class:PersonalizationDictionaryUpdateSession
60 mDictionary = new WeakReference<PersonalizationDictionary>(dictionary);
69 return mDictionary == null ? null : mDictionary.get();
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/session/
H A Ddic_traverse_session.h63 mDictionary(0), mSuggestOptions(0), mDicNodesCache(usesLargeCache),
197 const Dictionary *mDictionary; member in class:latinime::DicTraverseSession
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DOpenWnnEngineEN.java43 private WnnDictionary mDictionary; field in class:OpenWnnEngineEN
80 mDictionary = new OpenWnnDictionaryImpl(
83 if (!mDictionary.isActive()) {
84 mDictionary = new OpenWnnDictionaryImpl(
88 mDictionary.clearDictionary( );
90 mDictionary.setDictionary(0, 400, 550);
91 mDictionary.setDictionary(1, 400, 550);
92 mDictionary.setDictionary(2, 400, 550);
93 mDictionary.setDictionary(WnnDictionary.INDEX_USER_DICTIONARY, FREQ_USER, FREQ_USER);
94 mDictionary
[all...]
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DOpenWnnClauseConverterJAJP.java47 private WnnDictionary mDictionary; field in class:OpenWnnClauseConverterJAJP
92 mDictionary = dict;
127 if (mConnectMatrix == null || mDictionary == null) {
285 if (mDictionary.searchWord(WnnDictionary.SEARCH_PREFIX, WnnDictionary.ORDER_BY_FREQUENCY, str) <= 0) {
409 WnnDictionary dict = mDictionary;
469 WnnDictionary dict = mDictionary;
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DXmlDictInputOutput.java72 FusionDictionary mDictionary; field in class:XmlDictInputOutput.UnigramHandler
84 mDictionary = null;
92 final FusionDictionary dict = mDictionary;
97 mDictionary = null;
127 mDictionary = new FusionDictionary(new PtNodeArray(),
147 mDictionary.add(mWord, mFreq, mShortcutsMap.get(mWord), false /* isNotAWord */);

Completed in 321 milliseconds