Searched refs:copylen (Results 1 – 1 of 1) sorted by relevance
1535 int copylen = topFilters.length - pos - 1; in dumpImpl() local1536 if (copylen > 0) { in dumpImpl()1537 System.arraycopy(topFilters, pos, topFilters, pos+1, copylen); in dumpImpl()