HomeSort by relevance Sort by last modified time
    Searched refs:DICT_FILE_EXTENSION (Results 1 - 4 of 4) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/personalization/
PersonalizationPredictionDictionary.java 35 return NAME + "." + locale + ExpandableBinaryDictionary.DICT_FILE_EXTENSION;
UserHistoryDictionary.java 38 return NAME + "." + locale + ExpandableBinaryDictionary.DICT_FILE_EXTENSION;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
UserHistoryDictionaryTests.java 147 + ExpandableBinaryDictionary.DICT_FILE_EXTENSION;
182 testFilenameSuffixes[i] + ExpandableBinaryDictionary.DICT_FILE_EXTENSION;
229 + ExpandableBinaryDictionary.DICT_FILE_EXTENSION;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 117 public static final String DICT_FILE_EXTENSION = ".dict";
200 return name + "." + localeStr + DICT_FILE_EXTENSION;

Completed in 37 milliseconds