Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DUserDictionary.java179 if (word.length() >= getMaxWordLength()) return; in addWordToUserDictionary()
204 final int maxWordLength = getMaxWordLength(); in addWords()
DContactsDictionary.java126 final int maxWordLength = getMaxWordLength(); in addWords()
DExpandableDictionary.java194 public int getMaxWordLength() { in getMaxWordLength() method in ExpandableDictionary