Home
last modified time | relevance | path

Searched refs:rstBufferLength (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp343 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()
/ohos5.0/commonlibrary/ets_utils/platform/
H A Dutil_helper.h61 rstBufferLength(bufferLength), in OutBufferInfo()
67 size_t rstBufferLength; member