Searched refs:rstBufferLength (Results 1 – 2 of 2) sorted by relevance
343 outInfo.rstBufferLength = outInfo.rstBuffer.length(); in OtherEncodeUtf8Inner()344 if (outInfo.rstBufferLength > outInfo.writedSize) { in OtherEncodeUtf8Inner()350 outInfo.writedSize -= outInfo.rstBufferLength; in OtherEncodeUtf8Inner()379 outInfo.rstBufferLength = outInfo.rstBuffer.length(); in OtherEncodeUtf8()380 if (outInfo.rstBufferLength > outInfo.writedSize) { in OtherEncodeUtf8()385 outInfo.writedSize -= outInfo.rstBufferLength; in OtherEncodeUtf8()
61 rstBufferLength(bufferLength), in OutBufferInfo()67 size_t rstBufferLength; member