OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dicTypeId
(Results
1 - 7
of
7
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java
53
* @param
dicTypeId
of the dictionary where word was from
57
boolean addWord(char[] word, int wordOffset, int wordLength, int score, int
dicTypeId
,
ContactsDictionary.java
52
public ContactsDictionary(final Context context, final int
dicTypeId
) {
53
super(context,
dicTypeId
);
UserUnigramDictionary.java
87
public UserUnigramDictionary(Context context, LatinIME ime, String locale, int
dicTypeId
) {
88
super(context,
dicTypeId
);
UserBigramDictionary.java
135
public UserBigramDictionary(Context context, LatinIME ime, String locale, int
dicTypeId
) {
136
super(context,
dicTypeId
);
Suggest.java
409
final int
dicTypeId
, final Dictionary.DataType dataType) {
496
LatinImeLogger.onAddSuggestedWord(sb.toString(),
dicTypeId
, dataTypeForLog);
ExpandableDictionary.java
112
public ExpandableDictionary(Context context, int
dicTypeId
) {
116
mDicTypeId =
dicTypeId
;
[
all
...]
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java
145
int
dicTypeId
, DataType dataType) {
Completed in 2568 milliseconds