Searched refs:readLen (Results 1 – 2 of 2) sorted by relevance
1321 int readLen = pduDataStream.read(area, 0, length); in skipWapValue() local1322 if (readLen < length) { //The actually read length is lower than the length in skipWapValue()1325 return readLen; in skipWapValue()
1358 int readLen = pduDataStream.read(area, 0, length); in skipWapValue() local1359 if (readLen < length) { //The actually read length is lower than the length in skipWapValue()1362 return readLen; in skipWapValue()