Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/spellcheck/
DAndroidWordLevelSpellCheckerSession.java130 private static final int CHECKABILITY_CHECKABLE = 0; field in AndroidWordLevelSpellCheckerSession
182 ? CHECKABILITY_TOO_MANY_NON_LETTERS : CHECKABILITY_CHECKABLE; in getCheckabilityInScript()
240 if (CHECKABILITY_CHECKABLE != checkability) { in onGetSuggestionsInternal()