Searched defs:MAX_PREV_WORD_COUNT_FOR_N_GRAM (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/define/
H A DDecoderSpecificConstants.java27 // (MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1)-gram is supported in Java side. Needs to modify
28 // MAX_PREV_WORD_COUNT_FOR_N_GRAM in native/jni/src/defines.h for suggestions.
29 public static final int MAX_PREV_WORD_COUNT_FOR_N_GRAM = 3; field in class:DecoderSpecificConstants
/packages/inputmethods/LatinIME/native/jni/src/
H A Ddefines.h277 // (MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1)-gram is supported.
278 #define MAX_PREV_WORD_COUNT_FOR_N_GRAM 3 macro
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DBinaryDictionary.java61 public static final int MAX_PREV_WORD_COUNT_FOR_N_GRAM = 3; field in class:BinaryDictionary

Completed in 156 milliseconds