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

  /packages/inputmethods/LatinIME/native/jni/src/suggest/core/layout/
additional_proximity_chars.cpp 22 const int AdditionalProximityChars::LOCALE_EN_US[LOCALE_EN_US_SIZE] = { 'e', 'n' };
additional_proximity_chars.h 31 static const int LOCALE_EN_US[LOCALE_EN_US_SIZE];
44 const int NCHARS = NELEMS(LOCALE_EN_US);
49 if ((*locale)[i] != LOCALE_EN_US[i]) {
  /frameworks/base/core/tests/inputmethodtests/src/android/os/
InputMethodTest.java 44 private static final Locale LOCALE_EN_US = new Locale("en", "US");
74 assertDefaultEnabledImes(getImesWithDefaultVoiceIme(), LOCALE_EN_US,
76 assertDefaultEnabledImes(getImesWithoutDefaultVoiceIme(), LOCALE_EN_US,
78 assertDefaultEnabledImes(getImesWithDefaultVoiceIme(), LOCALE_EN_US,
80 assertDefaultEnabledImes(getImesWithoutDefaultVoiceIme(), LOCALE_EN_US,
110 assertDefaultEnabledImes(getSamplePreinstalledImes("en-rUS"), LOCALE_EN_US,
112 assertDefaultEnabledImes(getSamplePreinstalledImes("en-rUS"), LOCALE_EN_US,
232 callGetImplicitlyApplicableSubtypesLockedWithLocale(LOCALE_EN_US, imi);
253 callGetImplicitlyApplicableSubtypesLockedWithLocale(LOCALE_EN_US, imi);
458 assertTrue(InputMethodUtils.containsSubtypeOf(imi, LOCALE_EN_US, !CHECK_COUNTRY
    [all...]
  /frameworks/base/core/java/com/android/internal/inputmethod/
InputMethodUtils.java     [all...]

Completed in 129 milliseconds