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