HomeSort by relevance Sort by last modified time
    Searched defs:DICTIONARY_MAX_WORD_LENGTH (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
DecoderSpecificConstants.java 25 public static final int DICTIONARY_MAX_WORD_LENGTH = 48;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
BinaryDictionary.java 60 public static final int DICTIONARY_MAX_WORD_LENGTH = 48;
323 final int start = j * DICTIONARY_MAX_WORD_LENGTH;
325 while (len < DICTIONARY_MAX_WORD_LENGTH
396 final int[] outCodePoints = new int[DICTIONARY_MAX_WORD_LENGTH];
435 final int[] codePoints = new int[DICTIONARY_MAX_WORD_LENGTH];

Completed in 153 milliseconds