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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 76 public static final String ASCII_CAPABLE = "AsciiCapable";
SubtypeSwitcher.java 64 + "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
AdditionalSubtypeSettings.java 19 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.ASCII_CAPABLE;
114 if (subtype.containsExtraValueKey(ASCII_CAPABLE)) {
290 locale.first, layout.first, ASCII_CAPABLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardLayoutSet.java 23 import static com.android.inputmethod.latin.Constants.Subtype.ExtraValue.ASCII_CAPABLE;
243 final boolean asciiCapable = subtype.containsExtraValueKey(ASCII_CAPABLE);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
AdditionalSubtypeUtils.java 150 + "," + Constants.Subtype.ExtraValue.ASCII_CAPABLE

Completed in 76 milliseconds