Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFusionDictionary.java444 Node newChildren = new Node(); in add() local
451 newChildren.mData.add(newOldWord); in add()
458 isNotAWord, isBlacklistEntry, newChildren); in add()
463 false /* isNotAWord */, false /* isBlacklistEntry */, newChildren); in add()
470 newChildren.mData.add(addIndex, newWord); in add()