Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DSuggest.java400 final Integer maximumLengthForThisLanguage = in isAllowedByAutoCorrectionWithSpaceFilter() local
402 if (null == maximumLengthForThisLanguage) { in isAllowedByAutoCorrectionWithSpaceFilter()
406 return info.mWord.length() <= maximumLengthForThisLanguage in isAllowedByAutoCorrectionWithSpaceFilter()