Searched defs:MAX_WORD_LENGTH (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DWordComposer.java40 private static final int MAX_WORD_LENGTH = DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH; field in class:WordComposer
56 private final InputPointers mInputPointers = new InputPointers(MAX_WORD_LENGTH);
73 // This is the number of code points entered so far. This is not limited to MAX_WORD_LENGTH.
75 // MAX_WORD_LENGTH in which case mPrimaryKeyCodes only contain the first MAX_WORD_LENGTH
191 if (newIndex < MAX_WORD_LENGTH) {
H A DExpandableBinaryDictionary.java73 protected static final int MAX_WORD_LENGTH = field in class:ExpandableBinaryDictionary
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFormatSpec.java187 static final int MAX_WORD_LENGTH = DecoderSpecificConstants.DICTIONARY_MAX_WORD_LENGTH; field in class:FormatSpec
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h31 // Must be equal to Constants.Dictionary.MAX_WORD_LENGTH in Java
32 #define MAX_WORD_LENGTH 48 macro

Completed in 1100 milliseconds