Searched refs:newLengths (Results 1 – 1 of 1) sorted by relevance
110 final int[] newLengths = new int[suggestionsSize]; in fixWronglyInvalidatedWordWithSingleQuote() local115 newLengths[i] = ssi.getLengthAt(i); in fixWronglyInvalidatedWordWithSingleQuote()120 newLengths[i] = additionalLengths.get(i - N); in fixWronglyInvalidatedWordWithSingleQuote()123 return new SentenceSuggestionsInfo(newSuggestionsInfos, newOffsets, newLengths); in fixWronglyInvalidatedWordWithSingleQuote()