OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dicts
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
DictionaryProvider.java
354
final HashMap<String, WordListInfo>
dicts
= new HashMap<String, WordListInfo>();
local
411
final WordListInfo currentBestMatch =
dicts
.get(wordListCategory);
414
dicts
.put(wordListCategory,
420
return Collections.unmodifiableCollection(
dicts
.values());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java
128
return context.getFilesDir() + File.separator + "
dicts
";
320
File[]
dicts
= BinaryDictionaryGetter.getCachedWordLists(localeString, context);
local
321
for (final File dict :
dicts
) {
Completed in 196 milliseconds