Home | History | Annotate | Download | only in content

Lines Matching refs:copyLen

280             int copyLen = N-(pos+1);
281 if (copyLen > 0) {
282 System.arraycopy(set, pos+1, set, pos, copyLen);