Searched refs:mWspData (Results 1 – 1 of 1) sorted by relevance
203 byte[] mWspData; field in WspTypeDecoder212 mWspData = pdu; in WspTypeDecoder()227 while (mWspData[index] != 0) { in decodeTextString()231 if (mWspData[startIndex] == 127) { in decodeTextString()250 while (mWspData[index] != 0) { in decodeTokenText()270 if ((mWspData[startIndex] & 0x80) == 0) { in decodeShortInteger()332 while ((mWspData[index] & 0x80) != 0) { in decodeUintvarInteger()382 int length = mWspData.length; in decodeExtensionMedia()482 byte nextByte = mWspData[startIndex];548 if (mWspData[startIndex] == 0) { in decodeNoValue()[all …]