Searched refs:headerStartIndex (Results 1 – 2 of 2) sorted by relevance
211 int headerStartIndex = index; in decodeWapPdu() local236 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in decodeWapPdu()243 int dataIndex = headerStartIndex + headerLength; in decodeWapPdu()
2104 int headerStartIndex = index; in dispatchWapPdu() local2128 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in dispatchWapPdu()2135 int dataIndex = headerStartIndex + headerLength; in dispatchWapPdu()