OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mDictType
(Results
1 - 3
of
3
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java
62
public final String
mDictType
;
65
mDictType
= dictType;
Suggest.java
326
wordInfo.mSourceDict.
mDictType
);
375
LatinImeLogger.onAddSuggestedWord(wordInfo.mWord, wordInfo.mSourceDict.
mDictType
);
/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 41 milliseconds