Home
last modified time | relevance | path

Searched refs:NodeArray (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableDictionary.java57 NodeArray mChildren;
63 private static class NodeArray { class in ExpandableDictionary
68 NodeArray() { in NodeArray() method in ExpandableDictionary.NodeArray
150 private NodeArray mRoots;
205 private void addWordRec(NodeArray children, final String word, final int depth, in addWordRec()
244 childNode.mChildren = new NodeArray(); in addWordRec()
414 protected void getWordsRec(NodeArray roots, final WordComposer codes, final char[] word,
435 final NodeArray children = node.mChildren;
553 private Node searchWord(NodeArray children, String word, int depth, Node parentNode) {
578 childNode.mChildren = new NodeArray();
[all …]