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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java46 ArrayList<CharGroup> mData;
53 mData = new ArrayList<CharGroup>();
55 public Node(ArrayList<CharGroup> data) {
90 * This is the central class of the in-memory representation. A CharGroup is what can
92 * same time. A CharGroup essentially represents one or several characters in the middle
94 * In this in-memory representation, whether the CharGroup is a terminal or not is represented
99 public static final class CharGroup { class in class:FusionDictionary
112 public CharGroup(final int[] chars, final ArrayList<WeightedString> shortcutTargets, method in class:FusionDictionary.CharGroup
124 public CharGroup(final int[] chars, final ArrayList<WeightedString> shortcutTargets, method in class:FusionDictionary.CharGroup
136 public void addChild(CharGroup
[all...]

Completed in 45 milliseconds