Searched refs:textInfosCount (Results 1 – 1 of 1) sorted by relevance
293 int textInfosCount = 0; in spellCheck() local334 textInfos[textInfosCount++] = textInfo; in spellCheck()344 if (textInfosCount > 0) { in spellCheck()345 if (textInfosCount < textInfos.length) { in spellCheck()346 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck()347 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount); in spellCheck()