Home | History | Annotate | Download | only in spellcheck

Lines Matching refs:copyLen

290                 final int copyLen = mLength - insertIndex;
292 System.arraycopy(mScores, insertIndex, mScores, insertIndex + 1, copyLen);