Searched refs:readLen (Results 1 – 3 of 3) sorted by relevance
167 val readLen = min(len, remaining) in read() constant168 for (i in 0 until readLen) { in read()173 return readLen in read()
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()