Searched refs:newSuggestionsInfos (Results 1 – 1 of 1) sorted by relevance
111 final SuggestionsInfo[] newSuggestionsInfos = new SuggestionsInfo[suggestionsSize]; in fixWronglyInvalidatedWordWithSingleQuote() local116 newSuggestionsInfos[i] = ssi.getSuggestionsInfoAt(i); in fixWronglyInvalidatedWordWithSingleQuote()121 newSuggestionsInfos[i] = additionalSuggestionsInfos.get(i - N); in fixWronglyInvalidatedWordWithSingleQuote()123 return new SentenceSuggestionsInfo(newSuggestionsInfos, newOffsets, newLengths); in fixWronglyInvalidatedWordWithSingleQuote()