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