HomeSort by relevance Sort by last modified time
    Searched refs:getMaxWordLength (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
UserDictionary.java 179 if (word.length() >= getMaxWordLength()) return;
204 final int maxWordLength = getMaxWordLength();
ContactsDictionary.java 126 final int maxWordLength = getMaxWordLength();
ExpandableDictionary.java 194 public int getMaxWordLength() {
    [all...]

Completed in 313 milliseconds