Loading tools/makedict/src/com/android/inputmethod/latin/FusionDictionary.java +2 −2 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ public class FusionDictionary implements Iterable<Word> { + new String(word, 0, word.length)); } final CharGroup newGroup = new CharGroup(word, currentGroup.mBigrams, frequency); currentGroup.mBigrams, frequency, currentGroup.mChildren); currentNode.mData.set(nodeIndex, newGroup); } } else { Loading Loading
tools/makedict/src/com/android/inputmethod/latin/FusionDictionary.java +2 −2 Original line number Diff line number Diff line Loading @@ -268,7 +268,7 @@ public class FusionDictionary implements Iterable<Word> { + new String(word, 0, word.length)); } final CharGroup newGroup = new CharGroup(word, currentGroup.mBigrams, frequency); currentGroup.mBigrams, frequency, currentGroup.mChildren); currentNode.mData.set(nodeIndex, newGroup); } } else { Loading