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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
Ver4DictDecoder.java 224 terminalId = PtNode.NOT_A_TERMINAL;
231 frequency = PtNode.NOT_A_TERMINAL;
Ver3DictDecoder.java 150 frequency = PtNode.NOT_A_TERMINAL;
BinaryDictIOUtils.java 108 && info.mFrequency != FusionDictionary.PtNode.NOT_A_TERMINAL) {// found word
209 if (currentInfo.mFrequency == PtNode.NOT_A_TERMINAL
FusionDictionary.java 104 * in the frequency, where NOT_A_TERMINAL (= -1) means this is not a terminal and any other
109 public static final int NOT_A_TERMINAL = -1;
113 int mFrequency; // NOT_A_TERMINAL == mFrequency indicates this is not a terminal.
114 int mTerminalId; // NOT_A_TERMINAL == mTerminalId indicates this is not a terminal.
166 return NOT_A_TERMINAL != mFrequency;
    [all...]

Completed in 173 milliseconds