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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
FusionDictionary.java 95 * in the frequency, where NOT_A_TERMINAL (= -1) means this is not a terminal and any other
100 public static final int NOT_A_TERMINAL = -1;
104 int mFrequency; // NOT_A_TERMINAL == mFrequency indicates this is not a terminal.
144 return NOT_A_TERMINAL != mFrequency;
    [all...]
BinaryDictIOUtils.java 113 && info.mFrequency != FusionDictionary.CharGroup.NOT_A_TERMINAL) {// found word
215 if (currentInfo.mFrequency == CharGroup.NOT_A_TERMINAL
    [all...]
BinaryDictInputOutput.java     [all...]

Completed in 243 milliseconds