Searched refs:textInfosCopy (Results 1 – 1 of 1) sorted by relevance
346 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck() local347 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount); in spellCheck()348 textInfos = textInfosCopy; in spellCheck()