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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Dictionary.java 48 * @param dicTypeId of the dictionary where word was from
52 boolean addWord(char[] word, int wordOffset, int wordLength, int score, int dicTypeId,
ContactsDictionary.java 59 public ContactsDictionary(final Context context, final int dicTypeId) {
60 super(context, dicTypeId);
ContactsBinaryDictionary.java 62 public ContactsBinaryDictionary(final Context context, final int dicTypeId, Locale locale) {
63 super(context, getFilenameWithLocale(NAME, locale.toString()), dicTypeId);
UserHistoryDictionary.java 136 private UserHistoryDictionary(final Context context, final String locale, final int dicTypeId,
138 super(context, dicTypeId);
Suggest.java 437 final int dicTypeId, final int dataType) {
502 LatinImeLogger.onAddSuggestedWord(sb.toString(), dicTypeId, dataTypeForLog);
ExpandableDictionary.java 154 public ExpandableDictionary(Context context, int dicTypeId) {
158 mDicTypeId = dicTypeId;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
AndroidSpellCheckerService.java 247 int dicTypeId, int dataType) {
    [all...]

Completed in 193 milliseconds