HomeSort by relevance Sort by last modified time
    Searched refs:mDictType (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 42 protected final String mDictType;
45 mDictType = dictType;
BinaryDictionary.java 167 score, kind, mDictType));
ExpandableBinaryDictionary.java 288 true /* useFullEditDistance */, null, mDictType);
ExpandableDictionary.java 405 SuggestedWordInfo.KIND_CORRECTION, mDictType));
413 finalFreq, SuggestedWordInfo.KIND_SHORTCUT, mDictType));
659 freq, SuggestedWordInfo.KIND_CORRECTION, mDictType));
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
OpenWnnEngineJAJP.java 45 private int mDictType = DIC_LANG_INIT;
170 if (mDictType != DIC_LANG_JP_EISUKANA) {
204 if (mDictType == OpenWnnEngineJAJP.DIC_LANG_JP_EISUKANA) {
306 mDictType = type;

Completed in 195 milliseconds