Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
Djs_buffer.h90 …void WriteStringLoop(std::string value, unsigned int offset, unsigned int end, unsigned int length…
91 void WriteStringLoop(std::u16string value, unsigned int offset, unsigned int end);
Djs_buffer.cpp308 void Buffer::WriteStringLoop(string value, unsigned int offset, unsigned int end, unsigned int leng… in WriteStringLoop() function in OHOS::buffer::Buffer
347 void Buffer::WriteStringLoop(std::u16string value, unsigned int offset, unsigned int end) in WriteStringLoop() function in OHOS::buffer::Buffer
351 this->WriteStringLoop(str, offset, end, value.length() * 2); in WriteStringLoop()
431 this->WriteStringLoop(u16Str, offset, end); in FillString()
434 this->WriteStringLoop(str, offset, end, str.length()); in FillString()