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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java92 * in the frequency, where NOT_A_TERMINAL (= -1) means this is not a terminal and any other
97 public static final int NOT_A_TERMINAL = -1; field in class:FusionDictionary.CharGroup
101 int mFrequency; // NOT_A_TERMINAL == mFrequency indicates this is not a terminal.
141 return NOT_A_TERMINAL != mFrequency;

Completed in 47 milliseconds