Searched defs:DICTIONARY_MAX_WORD_LENGTH (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
H A DDecoderSpecificConstants.java25 public static final int DICTIONARY_MAX_WORD_LENGTH = 48; field in class:DecoderSpecificConstants
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java60 public static final int DICTIONARY_MAX_WORD_LENGTH = 48; field in class:BinaryDictionary
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 161 milliseconds