Home
last modified time | relevance | path

Searched refs:rstBuffer (Results 1 - 3 of 3) sorted by relevance

/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp342 outInfo.rstBuffer = converter.to_bytes(utf16String); in OtherEncodeUtf8Inner()
343 outInfo.rstBufferLength = outInfo.rstBuffer.length(); in OtherEncodeUtf8Inner()
349 outInfo.bufferResult += outInfo.rstBuffer; in OtherEncodeUtf8Inner()
378 outInfo.rstBuffer = UnicodeConversion(encodeInfo.encoding, &targetBuffer[i], inputSize); in OtherEncodeUtf8()
379 outInfo.rstBufferLength = outInfo.rstBuffer.length(); in OtherEncodeUtf8()
384 outInfo.bufferResult += outInfo.rstBuffer; in OtherEncodeUtf8()
/commonlibrary/ets_utils/platform/
H A Dutil_helper.h59 rstBuffer(inputStr), in OutBufferInfo()
65 std::string rstBuffer; member
/commonlibrary/ets_utils/js_api_module/buffer/
H A Dnative_module_buffer.cpp371 auto rstBuffer = DealParaTypeBuffer(env, argc, argv, length, buffer); in BufferConstructorInner() local
372 if (rstBuffer == nullptr) { in BufferConstructorInner()

Completed in 5 milliseconds