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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 93 * in the frequency, where NOT_A_TERMINAL (= -1) means this is not a terminal and any other
98 public static final int NOT_A_TERMINAL = -1;
102 int mFrequency; // NOT_A_TERMINAL == mFrequency indicates this is not a terminal.
134 return NOT_A_TERMINAL != mFrequency;
BinaryDictInputOutput.java     [all...]

Completed in 529 milliseconds