Searched refs:dictionaryList (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DDictionaryFactory.java183 * @param dictionaryList the list of files to read, with their offsets and lengths
188 public static Dictionary createDictionaryForTest(final AssetFileAddress[] dictionaryList, argument
192 for (final AssetFileAddress address : dictionaryList) {
H A DBinaryDictionaryFileDumper.java484 final ArrayList<DictionaryInfo> dictionaryList =
486 final int length = dictionaryList.size();
488 final DictionaryInfo info = dictionaryList.get(i);

Completed in 62 milliseconds