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
360
final HashMap<String, WordListInfo>
dicts
= new HashMap<>();
local
420
final WordListInfo currentBestMatch =
dicts
.get(wordListCategory);
423
dicts
.put(wordListCategory, new WordListInfo(wordListId, wordListLocale,
428
return Collections.unmodifiableCollection(
dicts
.values());
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java
132
return context.getFilesDir() + File.separator + "
dicts
";
346
File[]
dicts
= BinaryDictionaryGetter.getCachedWordLists(localeString, context);
local
347
for (final File dict :
dicts
) {
Completed in 655 milliseconds