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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictionaryHeader.java 46 public static final String DICTIONARY_LOCALE_KEY = "locale";
66 final String localeString = dictionaryOptions.mAttributes.get(DICTIONARY_LOCALE_KEY);
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 85 testOptions.mAttributes.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, LOCALE);
118 DictionaryHeader.DICTIONARY_LOCALE_KEY));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 214 attributeMap.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, mLocale.toString());

Completed in 77 milliseconds