Searched refs:headerStartIndex (Results 1 – 2 of 2) sorted by relevance
220 int headerStartIndex = index; in decodeWapPdu() local245 System.arraycopy(pdu, headerStartIndex, header, 0, header.length); in decodeWapPdu()252 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()