Home
last modified time | relevance | path

Searched refs:COMBINING_RULES (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DSubtypeLocaleUtils.java19 import static com.android.inputmethod.latin.common.Constants.Subtype.ExtraValue.COMBINING_RULES;
349 return subtype.getExtraValueOf(COMBINING_RULES); in getCombiningRulesExtraValue()
/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DConstants.java133 public static final String COMBINING_RULES = "CombiningRules"; field in Constants.Subtype.ExtraValue