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