Searched refs:textInfosCount (Results 1 – 1 of 1) sorted by relevance
271 int textInfosCount = 0; in spellCheck() local300 textInfos[textInfosCount++] = textInfo; in spellCheck()310 if (textInfosCount > 0) { in spellCheck()311 if (textInfosCount < textInfos.length) { in spellCheck()312 TextInfo[] textInfosCopy = new TextInfo[textInfosCount]; in spellCheck()313 System.arraycopy(textInfos, 0, textInfosCopy, 0, textInfosCount); in spellCheck()