Home | History | Annotate | Download | only in content

Lines Matching refs:copyLen

286             int copyLen = N-(pos+1);
287 if (copyLen > 0) {
288 System.arraycopy(set, pos+1, set, pos, copyLen);