Searched refs:bytesToCopy (Results 1 – 1 of 1) sorted by relevance
167 int bytesToCopy = ats.length - atsIndex; in parseProtocolParameters() local168 byte[] historical_bytes = new byte[bytesToCopy]; in parseProtocolParameters()169 System.arraycopy(ats, atsIndex, historical_bytes, 0, bytesToCopy); in parseProtocolParameters()