OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCachedWordLists
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionaryGetter.java
136
* Utility class for the {@link #
getCachedWordLists
} method
161
public static File[]
getCachedWordLists
(final String locale, final Context context) {
274
final File[] cachedWordLists =
getCachedWordLists
(locale.toString(), context);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DictionaryInfoUtils.java
320
File[] dicts = BinaryDictionaryGetter.
getCachedWordLists
(localeString, context);
Completed in 170 milliseconds