Searched defs:copyLen (Results 1 – 6 of 6) sorted by relevance
137 int copyLen = Math.max(remainingBufferBytes - bufferOffset, 0); in read() local
43 size_t copyLen = dataLen + 2; in check_decompress() local
49 size_t copyLen = dataLen + 2; in check_decompress() local
256 int copyLen, copyOffset; in expandFromList() local
1133 int32_t copyLen = resLen <= posixIDCapacity ? resLen : posixIDCapacity; in uprv_convertToPosix() local
363 int copyLen = std::min<uint32_t>(len, this->size()); in resize() local