Home
last modified time | relevance | path

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

/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
H A DAndroidWordLevelSpellCheckerSession.java128 private static final int CHECKABILITY_CHECKABLE = 0; field in AndroidWordLevelSpellCheckerSession
180 ? CHECKABILITY_TOO_MANY_NON_LETTERS : CHECKABILITY_CHECKABLE; in getCheckabilityInScript()
239 if (CHECKABILITY_CHECKABLE != checkability) { in onGetSuggestionsInternal()