Searched refs:currentGroup (Results 1 – 1 of 1) sorted by relevance
392 CharGroup currentGroup = null; in add() local396 currentGroup = currentNode.mData.get(nodeIndex); in add()397 differentCharIndex = compareArrays(currentGroup.mChars, word, charIndex); in add()399 && differentCharIndex < currentGroup.mChars.length) break; in add()400 if (null == currentGroup.mChildren) break; in add()401 charIndex += currentGroup.mChars.length; in add()403 currentNode = currentGroup.mChildren; in add()417 if (differentCharIndex == currentGroup.mChars.length) { in add()422 currentGroup.update(frequency, shortcutTargets, null, isNotAWord, in add()431 currentGroup.mChildren = new Node(); in add()[all …]