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