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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
additional_proximity_chars.h 29 static const char *LOCALE_EN_US;
42 const size_t LOCALE_EN_US_SIZE = strlen(LOCALE_EN_US);
44 && strncmp(localeStr, LOCALE_EN_US, LOCALE_EN_US_SIZE) == 0;
additional_proximity_chars.cpp 22 const char *AdditionalProximityChars::LOCALE_EN_US = "en";
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/personalization/
PersonalizationDictionaryTests.java 47 private static final Locale LOCALE_EN_US = new Locale("en", "US");
56 dictionaryFacilitator.resetDictionariesForTesting(getContext(), LOCALE_EN_US, dictTypes,
107 PersonalizationDictionary.NAME, LOCALE_EN_US, null /* dictFile */);
113 true /* useFullEditDistance */, LOCALE_EN_US, Dictionary.TYPE_PERSONALIZATION,
ContextualDictionaryTests.java 39 private static final Locale LOCALE_EN_US = new Locale("en", "US");
45 dictionaryFacilitator.resetDictionariesForTesting(getContext(), LOCALE_EN_US, dictTypes,
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java 45 private static final Locale LOCALE_EN_US = new Locale("en", "US");
58 assertDefaultEnabledImes(getImesWithDefaultVoiceIme(), LOCALE_EN_US,
60 assertDefaultEnabledImes(getImesWithoutDefaultVoiceIme(), LOCALE_EN_US,
62 assertDefaultEnabledImes(getImesWithDefaultVoiceIme(), LOCALE_EN_US,
64 assertDefaultEnabledImes(getImesWithoutDefaultVoiceIme(), LOCALE_EN_US,
94 assertDefaultEnabledImes(getSamplePreinstalledImes("en-rUS"), LOCALE_EN_US,
96 assertDefaultEnabledImes(getSamplePreinstalledImes("en-rUS"), LOCALE_EN_US,

Completed in 288 milliseconds