Searched refs:isAsciiCapable (Results 1 – 6 of 6) sorted by relevance
63 final boolean isAsciiCapable, final boolean isEmojiCapable) { in createAdditionalSubtypeInternal() argument66 localeString, keyboardLayoutSetName, isAsciiCapable, isEmojiCapable); in createAdditionalSubtypeInternal()177 final String keyboardLayoutSetName, final boolean isAsciiCapable, in getPlatformVersionDependentExtraValue() argument181 if (isAsciiCapable) { in getPlatformVersionDependentExtraValue()
75 public static boolean isAsciiCapable(final RichInputMethodSubtype subtype) { in isAsciiCapable() method in InputMethodSubtypeCompatUtils76 return isAsciiCapable(subtype.getRawSubtype()); in isAsciiCapable()79 public static boolean isAsciiCapable(final InputMethodSubtype subtype) { in isAsciiCapable() method in InputMethodSubtypeCompatUtils
118 assertTrue(InputMethodSubtypeCompatUtils.isAsciiCapable(subtype)); in assertEnUsDvorak()139 assertTrue(InputMethodSubtypeCompatUtils.isAsciiCapable(subtype)); in assertAzerty()
52 return InputMethodSubtypeCompatUtils.isAsciiCapable(subtype);
298 if (InputMethodSubtypeCompatUtils.isAsciiCapable(subtype)) { in SubtypeLocaleAdapter()
298 final boolean asciiCapable = InputMethodSubtypeCompatUtils.isAsciiCapable(subtype); in setSubtype()