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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictionaryHeader.java 35 public static final String DICTIONARY_LOCALE_KEY = "locale";
70 return mDictionaryOptions.mAttributes.get(DICTIONARY_LOCALE_KEY);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
Ver4DictEncoder.java 60 dict.mOptions.mAttributes.get(DictionaryHeader.DICTIONARY_LOCALE_KEY)),
68 DictionaryHeader.DICTIONARY_LOCALE_KEY)),
BinaryDictUtils.java 41 options.mAttributes.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, "en_US");
  /packages/inputmethods/LatinIME/tools/dicttool/tests/com/android/inputmethod/latin/dicttool/
BinaryDictOffdeviceUtilsTests.java 54 testOptions.mAttributes.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, LOCALE);
87 DictionaryHeader.DICTIONARY_LOCALE_KEY));
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 224 attributeMap.put(DictionaryHeader.DICTIONARY_LOCALE_KEY, mLocale.toString());

Completed in 3888 milliseconds