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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Constants.java 169 // (MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1)-gram is supported in Java side. Needs to modify
170 // MAX_PREV_WORD_COUNT_FOR_N_GRAM in native/jni/src/defines.h for suggestions.
171 public static final int MAX_PREV_WORD_COUNT_FOR_N_GRAM = 2;
  /packages/inputmethods/LatinIME/native/jni/src/
defines.h 339 // (MAX_PREV_WORD_COUNT_FOR_N_GRAM + 1)-gram is supported.
340 #define MAX_PREV_WORD_COUNT_FOR_N_GRAM 1

Completed in 74 milliseconds