OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dictionaryList
(Results
1 - 2
of
2
) sorted by null
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DictionaryFactory.java
183
* @param
dictionaryList
the list of files to read, with their offsets and lengths
188
public static Dictionary createDictionaryForTest(final AssetFileAddress[]
dictionaryList
,
192
for (final AssetFileAddress address :
dictionaryList
) {
BinaryDictionaryFileDumper.java
484
final ArrayList<DictionaryInfo>
dictionaryList
=
486
final int length =
dictionaryList
.size();
488
final DictionaryInfo info =
dictionaryList
.get(i);
Completed in 55 milliseconds