Home
last modified time | relevance | path

Searched refs:writedSize (Results 1 - 2 of 2) sorted by relevance

/commonlibrary/ets_utils/platform/
H A Dutil_helper.h58 : writedSize(length), in OutBufferInfo()
64 size_t writedSize; member
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp344 if (outInfo.rstBufferLength > outInfo.writedSize) { in OtherEncodeUtf8Inner()
350 outInfo.writedSize -= outInfo.rstBufferLength; in OtherEncodeUtf8Inner()
380 if (outInfo.rstBufferLength > outInfo.writedSize) { in OtherEncodeUtf8()
385 outInfo.writedSize -= outInfo.rstBufferLength; in OtherEncodeUtf8()

Completed in 2 milliseconds