Searched refs:headerStartIndex (Results 1 – 2 of 2) sorted by relevance
257 int headerStartIndex = index; in decodeWapPdu() local282 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in decodeWapPdu()289 int dataIndex = headerStartIndex + headerLength; in decodeWapPdu()
2100 int headerStartIndex = index; in dispatchWapPdu() local2124 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in dispatchWapPdu()2131 int dataIndex = headerStartIndex + headerLength; in dispatchWapPdu()